mirror of
https://github.com/flarum/framework.git
synced 2024-12-04 16:23:37 +08:00
41 lines
608 B
Plaintext
41 lines
608 B
Plaintext
// ------------------------------------
|
|
// Sidebar
|
|
|
|
@media @desktop-up {
|
|
.IndexPage-nav .item-newDiscussion {
|
|
margin-bottom: 20px;
|
|
|
|
.Button {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
// ------------------------------------
|
|
// Results
|
|
|
|
.IndexPage-toolbar {
|
|
margin-bottom: 15px;
|
|
}
|
|
.IndexPage-toolbar-view, .IndexPage-toolbar-action {
|
|
display: inline-block;
|
|
margin: 0;
|
|
list-style: none;
|
|
padding: 0;
|
|
|
|
> li {
|
|
display: inline-block;
|
|
}
|
|
}
|
|
.IndexPage-toolbar-view > li {
|
|
margin-right: 5px;
|
|
}
|
|
.IndexPage-toolbar-action {
|
|
float: right;
|
|
|
|
> li {
|
|
margin-left: 5px;
|
|
}
|
|
}
|