aboutsummaryrefslogtreecommitdiffstats
path: root/public/less/_dashboard.less
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2019-02-09 16:07:38 +0100
committerzeripath <art27@cantab.net>2019-02-09 15:07:38 +0000
commit681345dc994fa52e6d137885ebdc1c95e1a4e2e1 (patch)
tree381bc95628e25578f4c7cade6fafd1a90759075e /public/less/_dashboard.less
parent3a33742e386f75a2100ced6e52a71fc6dc397c28 (diff)
downloadgitea-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 'public/less/_dashboard.less')
-rw-r--r--public/less/_dashboard.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/less/_dashboard.less b/public/less/_dashboard.less
index 8fcdb6b385..1b247a57c2 100644
--- a/public/less/_dashboard.less
+++ b/public/less/_dashboard.less
@@ -61,6 +61,11 @@
.dashboard-repos {
margin: 0 1px;
}
+
+ .dashboard-navbar {
+ width: 100vw;
+ padding: 0 .5rem;
+ }
}
&.feeds {