1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 16:36:47 +02:00

Improve fulltext search API and interface

This commit is contained in:
Toby Zerner
2015-07-07 20:35:18 +09:30
parent 38c2ff0306
commit 42f1fa1272
12 changed files with 62 additions and 81 deletions

View File

@@ -113,7 +113,8 @@
font-size: 14px;
}
& .relevant-posts {
display: none;
margin-left: -52px;
margin-right: -65px;
}
& .count {
margin-top: 11px;
@@ -242,7 +243,7 @@
}
}
& .relevant-posts {
margin-bottom: 20px;
padding-bottom: 15px;
@media @phone {
margin-left: -45px;
@@ -254,6 +255,12 @@
display: block;
padding: 10px 15px;
border-bottom: 2px dotted @fl-body-bg;
color: @fl-body-muted-color;
transition: border-color 0.2s;
.discussion-list-item:hover & {
border-color: lighten(@fl-body-secondary-color, 3%);
}
& .avatar, & time {
display: none;