From 93431b8fc68e18400fcc2f53af78c1706c17a1ab Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Tue, 28 Jan 2020 10:45:51 -0500 Subject: public/css/override: Limit dashboard navigation width --- public/css/override.css | 6 +++--- 1 file 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; } } /* -- cgit v1.2.3