chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e45d0c
)
css: removed min-width of header menu sub items.
author
Vladimír Vondruš
<mosra@centrum.cz>
Tue, 16 Jan 2018 11:41:46 +0000
(12:41 +0100)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Tue, 16 Jan 2018 21:45:07 +0000
(22:45 +0100)
Caused horizontal scrollbar when the rightmost item had a submenu. Now
it's a bit ugly, but at least without the scrollbar.
css/m-components.css
patch
|
blob
|
history
diff --git
a/css/m-components.css
b/css/m-components.css
index fb8fd3aab94672a41e4146ba5b435cc025c215d5..783ce0461e415b79d66ce477b79e08ce626ecded 100644
(file)
--- a/
css/m-components.css
+++ b/
css/m-components.css
@@
-303,7
+303,6
@@
body > header > nav:target #m-navbar-hide {
z-index: 99999;
position: absolute;
visibility: hidden;
- min-width: 7.5rem;
}
body > header > nav #m-navbar-collapse li:hover ol {
visibility: visible;