1
0
mirror of https://github.com/flarum/core.git synced 2025-08-01 14:10:37 +02:00

Tweak some styles

This commit is contained in:
Toby Zerner
2015-08-04 10:49:41 +09:30
parent 00e5f94bce
commit 06a246f5cf
2 changed files with 10 additions and 3 deletions

View File

@@ -2,10 +2,13 @@
// Sidebar
@media @desktop-up {
.IndexPage-nav .item-newDiscussion .Button {
display: block;
width: 100%;
.IndexPage-nav .item-newDiscussion {
margin-bottom: 20px;
.Button {
display: block;
width: 100%;
}
}
}