1
0
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:
Toby Zerner
2015-11-21 13:21:27 +10:30
parent f14c238625
commit 4752fa6785

View File

@@ -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