parent
9e9bdba3a0
commit
d8b58505e6
@ -1,4 +1,16 @@
|
|||||||
#new-topics-alert {
|
#new-topics-alert {
|
||||||
margin-bottom: 0px;
|
margin-bottom: 0px;
|
||||||
padding: 10px 16px;
|
padding: 10px 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.topic-list-header {
|
||||||
|
position: sticky;
|
||||||
|
top: @navbar-height;
|
||||||
|
background-color: @body-bg;
|
||||||
|
z-index: @zindex-navbar;
|
||||||
|
padding-top: 10px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
border-top: 1px solid @post-border-color;
|
||||||
|
border-bottom: 1px solid @post-border-color;
|
||||||
}
|
}
|
Loading…
Reference in New Issue