aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-24 23:57:15 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-24 23:59:46 -0500
commitac5672e502f42126b542a6278c7c2c26dfb251c0 (patch)
tree3988e454554d1b2c1163f718e200c07fe8456fd0
parent928f645d8ad811a763c0afa69e6fd4b9160b40f2 (diff)
downloadgitea-templates-ac5672e502f42126b542a6278c7c2c26dfb251c0.tar.gz
gitea-templates-ac5672e502f42126b542a6278c7c2c26dfb251c0.tar.bz2
gitea-templates-ac5672e502f42126b542a6278c7c2c26dfb251c0.zip
public/css/override: Control container breakpoints
Prevent control of width by other classes
-rw-r--r--public/css/override.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/public/css/override.css b/public/css/override.css
index 4ecfe0a..a35af43 100644
--- a/public/css/override.css
+++ b/public/css/override.css
@@ -6,7 +6,9 @@ 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; } }
-.following.bar #navbar { width: unset; }
+@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; } }
+
/*
* Hide specific octicons