mirror of
https://github.com/flarum/framework.git
synced 2025-05-30 12:05:47 +08: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:
@ -192,6 +192,8 @@
|
||||
.Button--block {
|
||||
display: block;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
||||
// Vertically space out multiple block buttons
|
||||
+ .Button--block {
|
||||
|
Reference in New Issue
Block a user