diff options
author | 2018-02-21 12:41:05 +0000 | |
---|---|---|
committer | 2018-02-21 12:41:05 +0000 | |
commit | 23e84ceebcd9068d505277bbed1870533a869ef7 (patch) | |
tree | e66125e8fa24c02bc481b6658073ef128813604e /static | |
parent | Dropdown instead of dropbar (diff) |
Smaller navbar, move dropdown to the bottom of the navbar
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 71d2d0a7..3663447d 100644 --- a/static/style.css +++ b/static/style.css @@ -8,4 +8,12 @@ .uk-background-secondary .uk-navbar-dropbar { background: #222222 !important; +} + +.uk-navbar-container { + height: 60px; +} + +.uk-navbar-dropdown { + top: 45px !important; }
\ No newline at end of file |