1
0
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:
Toby Zerner
2016-06-05 09:54:25 +09:30
parent c1e593db0f
commit 856906d208
9 changed files with 131 additions and 78 deletions

View File

@@ -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 {