aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-02-21 12:41:05 +0000
committerGravatar Gareth Coles <[email protected]>2018-02-21 12:41:05 +0000
commit23e84ceebcd9068d505277bbed1870533a869ef7 (patch)
treee66125e8fa24c02bc481b6658073ef128813604e /static
parentDropdown instead of dropbar (diff)
Smaller navbar, move dropdown to the bottom of the navbar
Diffstat (limited to 'static')
-rw-r--r--static/style.css8
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