mirror of
https://github.com/flarum/framework.git
synced 2025-01-21 11:45:39 +08:00
Refactor side navigation CSS
This commit is contained in:
parent
ddbef312c7
commit
81e4321154
|
@ -48,41 +48,44 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sideNav--horizontal {
|
||||||
|
padding: 15px 0;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: auto;
|
||||||
|
-webkit-overflow-scrolling: touch;
|
||||||
|
|
||||||
|
&:after {
|
||||||
|
content: " ";
|
||||||
|
position: absolute;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
margin-top: 15px;
|
||||||
|
border-bottom: 1px solid @control-bg;
|
||||||
|
}
|
||||||
|
|
||||||
|
> ul > li, .Dropdown-menu > li {
|
||||||
|
display: inline-block;
|
||||||
|
margin: 0 20px 0 0;
|
||||||
|
}
|
||||||
|
.Dropdown-separator {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Dropdown--select .Dropdown-menu > li > a {
|
||||||
|
padding-left: 25px;
|
||||||
|
|
||||||
|
.icon {
|
||||||
|
margin-left: -25px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.affix {
|
||||||
|
position: static;
|
||||||
|
}
|
||||||
|
}
|
||||||
@media @tablet {
|
@media @tablet {
|
||||||
.sideNav {
|
.sideNav {
|
||||||
padding: 15px 0;
|
.sideNav--horizontal();
|
||||||
white-space: nowrap;
|
|
||||||
overflow: auto;
|
|
||||||
-webkit-overflow-scrolling: touch;
|
|
||||||
|
|
||||||
&:after {
|
|
||||||
content: " ";
|
|
||||||
position: absolute;
|
|
||||||
left: 0;
|
|
||||||
right: 0;
|
|
||||||
margin-top: 15px;
|
|
||||||
border-bottom: 1px solid @control-bg;
|
|
||||||
}
|
|
||||||
|
|
||||||
> ul > li, .Dropdown-menu > li {
|
|
||||||
display: inline-block;
|
|
||||||
margin-right: 20px;
|
|
||||||
}
|
|
||||||
.Dropdown-separator {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.Dropdown--select .Dropdown-menu > li > a {
|
|
||||||
padding-left: 25px;
|
|
||||||
|
|
||||||
.icon {
|
|
||||||
margin-left: -25px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.affix {
|
|
||||||
position: static;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -97,7 +100,7 @@
|
||||||
margin-top: 30px;
|
margin-top: 30px;
|
||||||
|
|
||||||
&.affix {
|
&.affix {
|
||||||
top: 56px;
|
top: @header-height;
|
||||||
}
|
}
|
||||||
> li {
|
> li {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user