Fossil SCM
darkmode skin: cleaned up centering of hamburger menu.
Commit
daf8ab95cd19afb3eb992e710012c0b43eda57d3532c32511fad90069a57a674
Parent
20391d1e58b6b7c…
1 file changed
+1
-2
+1
-2
| --- skins/darkmode/css.txt | ||
| +++ skins/darkmode/css.txt | ||
| @@ -57,12 +57,11 @@ | ||
| 57 | 57 | background-color: #1f1f1f; |
| 58 | 58 | border: 2px solid #303536; |
| 59 | 59 | border-radius: 0 0 0.5em 0.5em; |
| 60 | 60 | display: none; |
| 61 | 61 | left: 2em; |
| 62 | - width: 90%; | |
| 63 | - padding-right: 1em; | |
| 62 | + width: calc(100% - 4em); | |
| 64 | 63 | position: absolute; |
| 65 | 64 | z-index: 20; /* just below mainmenu, but above timeline bubbles */ |
| 66 | 65 | } |
| 67 | 66 | |
| 68 | 67 | div.mainmenu, div.submenu, div.sectionmenu { |
| 69 | 68 |
| --- skins/darkmode/css.txt | |
| +++ skins/darkmode/css.txt | |
| @@ -57,12 +57,11 @@ | |
| 57 | background-color: #1f1f1f; |
| 58 | border: 2px solid #303536; |
| 59 | border-radius: 0 0 0.5em 0.5em; |
| 60 | display: none; |
| 61 | left: 2em; |
| 62 | width: 90%; |
| 63 | padding-right: 1em; |
| 64 | position: absolute; |
| 65 | z-index: 20; /* just below mainmenu, but above timeline bubbles */ |
| 66 | } |
| 67 | |
| 68 | div.mainmenu, div.submenu, div.sectionmenu { |
| 69 |
| --- skins/darkmode/css.txt | |
| +++ skins/darkmode/css.txt | |
| @@ -57,12 +57,11 @@ | |
| 57 | background-color: #1f1f1f; |
| 58 | border: 2px solid #303536; |
| 59 | border-radius: 0 0 0.5em 0.5em; |
| 60 | display: none; |
| 61 | left: 2em; |
| 62 | width: calc(100% - 4em); |
| 63 | position: absolute; |
| 64 | z-index: 20; /* just below mainmenu, but above timeline bubbles */ |
| 65 | } |
| 66 | |
| 67 | div.mainmenu, div.submenu, div.sectionmenu { |
| 68 |