mirror of
https://github.com/flarum/core.git
synced 2025-01-17 22:29:15 +01: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:
parent
fb09cef540
commit
dfef3c1ff1
@ -6,8 +6,7 @@
|
||||
margin-bottom: 20px;
|
||||
|
||||
.Button {
|
||||
display: block;
|
||||
width: 100%;
|
||||
.Button--block();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -192,6 +192,8 @@
|
||||
.Button--block {
|
||||
display: block;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
// Vertically space out multiple block buttons
|
||||
+ .Button--block {
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user