aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-28 10:45:51 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-28 10:45:51 -0500
commit93431b8fc68e18400fcc2f53af78c1706c17a1ab (patch)
treeb9d167ebc0e3eb24401dcf7ca2d38d59553ce855 /public
parent6f081db46e30d477e43c26e0d655fe0ef97ea057 (diff)
downloadgitea-templates-93431b8fc68e18400fcc2f53af78c1706c17a1ab.tar.gz
gitea-templates-93431b8fc68e18400fcc2f53af78c1706c17a1ab.tar.bz2
gitea-templates-93431b8fc68e18400fcc2f53af78c1706c17a1ab.zip
public/css/override: Limit dashboard navigation width
Diffstat (limited to 'public')
-rw-r--r--public/css/override.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/css/override.css b/public/css/override.css
index 10ecd92..cdca56f 100644
--- a/public/css/override.css
+++ b/public/css/override.css
@@ -5,9 +5,9 @@ body { overflow-y: scroll; }
a, .ui.breadcrumb a { color: #0366d6; }
#repo-files-table .message a, .repository.file.list #repo-files-table .jumpable-path { color: #4e555e; }
-@media only screen and (min-width: 1200px) { .ui.container { width: 1088px !important; } }
-@media only screen and (min-width: 992px) and (max-width: 1199px) { .ui.container{ width: 933px !important; } }
-@media only screen and (max-width: 991px) and (min-width: 768px) { .ui.container { width: 95% !important; } }
+@media only screen and (min-width: 1200px) { .dashboard-navbar, .ui.container { width: 1088px !important; margin-left: auto; margin-right: auto; } }
+@media only screen and (min-width: 992px) and (max-width: 1199px) { .dashboard-navbar, .ui.container{ width: 933px !important; margin-left: auto; margin-right: auto; } }
+@media only screen and (max-width: 991px) and (min-width: 768px) { .dashboard-navbar, .ui.container { width: 95% !important; margin-left: auto; margin-right: auto; } }
/*