mirror of
https://github.com/flarum/core.git
synced 2025-07-20 08:11:27 +02:00
Improve spacing of drawer elements
This commit is contained in:
@@ -188,8 +188,10 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.Header-controls {
|
.Header-controls {
|
||||||
|
margin-top: 10px;
|
||||||
|
|
||||||
> li {
|
> li {
|
||||||
padding: 0px 10px 0;
|
padding: 0 10px 0;
|
||||||
}
|
}
|
||||||
.FormControl, .ButtonGroup, .Button {
|
.FormControl, .ButtonGroup, .Button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@@ -201,6 +203,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.Header-secondary .Search {
|
||||||
|
margin: 10px 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// On other devices, we stick the header up the top of the page, overlaying
|
// On other devices, we stick the header up the top of the page, overlaying
|
||||||
|
Reference in New Issue
Block a user