mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Slightly widen index sidebar, overflow buttons properly
First half of #349 fix. Supersedes #734 (190px wide instead of 200px, correctly modify margin-left of .sideNavOffset, more descriptive commit message)
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
float: left;
|
||||
|
||||
&, > ul {
|
||||
width: 175px;
|
||||
width: 190px;
|
||||
}
|
||||
> ul {
|
||||
margin-top: 30px;
|
||||
@@ -119,6 +119,6 @@
|
||||
@media @desktop-up {
|
||||
.sideNavOffset {
|
||||
margin-top: 30px;
|
||||
margin-left: 225px;
|
||||
margin-left: 240px;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user