UNPKG
nodebb-theme-vrk
Version:
latest (0.0.2)
0.0.2
0.0.1
Virtual Reality Killers nodebb theme
nodebb-theme-vrk
/
less
/
search.less
25 lines
(21 loc)
•
280 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.search
{
.user-img
{
.user-icon-style
(
24px
,
1.5
,
50%
); } }
.search-result-text
{
max-height
:
250px
;
overflow
: hidden;
position
: relative;
h4
,
p
{
overflow-y
: hidden; } }
.topic-search
{
position
: fixed;
top
:
60px
;
right
:
10px
;
button
{
padding
:
4px
6px
; } }