mirror of
https://github.com/flarum/framework.git
synced 2024-12-13 07:03:35 +08:00
Tweak some styles
This commit is contained in:
parent
a3e710b8a9
commit
740d41166c
|
@ -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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -183,6 +183,10 @@
|
|||
.Button--more {
|
||||
padding: 2px 4px;
|
||||
line-height: 1;
|
||||
|
||||
.Button-icon {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
.Button--block {
|
||||
display: block;
|
||||
|
|
Loading…
Reference in New Issue
Block a user