mirror of
https://github.com/flarum/core.git
synced 2025-08-10 18:35:56 +02:00
Update for beta 6, fix some errors
This commit is contained in:
@@ -25,19 +25,22 @@
|
||||
}
|
||||
|
||||
> ul {
|
||||
z-index: 100;
|
||||
background: @body-bg;
|
||||
.header-background();
|
||||
border-bottom: 0;
|
||||
height: auto !important;
|
||||
list-style: none;
|
||||
padding: 15px 0;
|
||||
margin: 0;
|
||||
border-bottom: 1px solid @control-bg;
|
||||
|
||||
@media @phone {
|
||||
position: static;
|
||||
}
|
||||
@media @tablet-up {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
padding: 15px 15px;
|
||||
|
||||
.scrolled & {
|
||||
.box-shadow(0 2px 6px @shadow-color);
|
||||
}
|
||||
}
|
||||
|
||||
> li {
|
||||
|
Reference in New Issue
Block a user