summaryrefslogtreecommitdiff
path: root/config/services
diff options
context:
space:
mode:
Diffstat (limited to 'config/services')
-rw-r--r--config/services/git/web/cgit.css12
1 files changed, 2 insertions, 10 deletions
diff --git a/config/services/git/web/cgit.css b/config/services/git/web/cgit.css
index 738e58b..00b8a1e 100644
--- a/config/services/git/web/cgit.css
+++ b/config/services/git/web/cgit.css
@@ -898,21 +898,13 @@ div#cgit table.ssdiff td.space div {
@media only screen and (max-width: 800px) {
/* HEADER */
- /* remove logo (save space) */
- div#cgit table#header td.logo {
- display: none;
- }
/* wrap title text */
div#cgit table#header td.main {
white-space: normal;
}
- /* td as block */
- div#cgit table#header td {
- display: block;
- }
- /* move branch switcher to left */
+ /* hide branch switcher */
div#cgit table#header td.form {
- text-align: left;
+ display: none;
}
/* Don't display author (save space) */
div#cgit table#header td.sub.right {