diff options
author | silverwind <me@silverwind.io> | 2019-02-09 16:07:38 +0100 |
---|---|---|
committer | zeripath <art27@cantab.net> | 2019-02-09 15:07:38 +0000 |
commit | 681345dc994fa52e6d137885ebdc1c95e1a4e2e1 (patch) | |
tree | 381bc95628e25578f4c7cade6fafd1a90759075e /templates/user | |
parent | 3a33742e386f75a2100ced6e52a71fc6dc397c28 (diff) | |
download | gitea-681345dc994fa52e6d137885ebdc1c95e1a4e2e1.tar.gz gitea-681345dc994fa52e6d137885ebdc1c95e1a4e2e1.zip |
UI: Make dashboard navbar and footer full-width (#6013)
* UI: Make dashboard navbar full-width
* more tweaks: full-width footer and consistent padding
* fix page layout causing unneccesary scrollbars on small pages
Diffstat (limited to 'templates/user')
-rw-r--r-- | templates/user/dashboard/navbar.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user/dashboard/navbar.tmpl b/templates/user/dashboard/navbar.tmpl index c6b723b012..37516336a4 100644 --- a/templates/user/dashboard/navbar.tmpl +++ b/templates/user/dashboard/navbar.tmpl @@ -1,4 +1,4 @@ -<div class="ui container"> +<div class="dashboard-navbar"> <div class="ui secondary stackable menu"> <div class="item"> <div class="ui floating dropdown link jump"> |