nodebb-theme-exodus
Version:
Custom Persona theme for NodeBB by Exodo
26 lines (21 loc) • 283 B
text/less
.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;
}
}