1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-26 11:28:27 +00:00

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
This commit is contained in:
silverwind
2019-02-09 16:07:38 +01:00
committed by zeripath
parent 3a33742e38
commit 681345dc99
4 changed files with 12 additions and 4 deletions

View File

@@ -61,6 +61,11 @@
.dashboard-repos {
margin: 0 1px;
}
.dashboard-navbar {
width: 100vw;
padding: 0 .5rem;
}
}
&.feeds {