You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
240 B
Plaintext
22 lines
240 B
Plaintext
10 years ago
|
.search {
|
||
|
.user-img {
|
||
|
width: 24px;
|
||
|
height: 24px;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.search-result-text {
|
||
|
max-height: 250px;
|
||
|
overflow: hidden;
|
||
|
position: relative;
|
||
|
}
|
||
|
|
||
|
.topic-search {
|
||
|
position: fixed;
|
||
|
top: 60px;
|
||
|
right: 10px;
|
||
|
|
||
|
button {
|
||
|
padding: 4px 6px;
|
||
|
}
|
||
|
}
|