mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 16:33:00 +00:00
Widen more menu
This commit is contained in:
parent
6f1b101190
commit
a09d8c0115
2 changed files with 2 additions and 2 deletions
|
@ -304,7 +304,7 @@ nav:not(.nav-more-menu) a { text-decoration: none; font-weight: bolder; color: i
|
||||||
.nav-more label { cursor: pointer; }
|
.nav-more label { cursor: pointer; }
|
||||||
.nav-more-menu { display: none; position: absolute; flex-direction: column; top: 2.6rem; right: -0.2rem; background-color: #8a62a7; border-top: 3px solid #442772; border-bottom: 3px solid #442772;}
|
.nav-more-menu { display: none; position: absolute; flex-direction: column; top: 2.6rem; right: -0.2rem; background-color: #8a62a7; border-top: 3px solid #442772; border-bottom: 3px solid #442772;}
|
||||||
input[type=checkbox]:checked ~ .nav-more-menu { display: block; box-shadow: 0.4rem 0.4rem 1rem 0 rgba(50, 50, 50, 0.5); }
|
input[type=checkbox]:checked ~ .nav-more-menu { display: block; box-shadow: 0.4rem 0.4rem 1rem 0 rgba(50, 50, 50, 0.5); }
|
||||||
.nav-more-menu span { min-width: 8rem; }
|
.nav-more-menu span { min-width: 10rem; }
|
||||||
|
|
||||||
.inflexible { flex: none; }
|
.inflexible { flex: none; }
|
||||||
.off-screen { position: absolute; top: -1000px; left: -1000px;}
|
.off-screen { position: absolute; top: -1000px; left: -1000px;}
|
||||||
|
|
|
@ -301,7 +301,7 @@ nav:not(.nav-more-menu) a { text-decoration: none; font-weight: bolder; color: i
|
||||||
.nav-more label { cursor: pointer; }
|
.nav-more label { cursor: pointer; }
|
||||||
.nav-more-menu { display: none; position: absolute; flex-direction: column; top: 2.6rem; right: -0.2rem; background-color: #8a62a7; border-top: 3px solid #442772; border-bottom: 3px solid #442772;}
|
.nav-more-menu { display: none; position: absolute; flex-direction: column; top: 2.6rem; right: -0.2rem; background-color: #8a62a7; border-top: 3px solid #442772; border-bottom: 3px solid #442772;}
|
||||||
input[type=checkbox]:checked ~ .nav-more-menu { display: block; box-shadow: 0.4rem 0.4rem 1rem 0 rgba(50, 50, 50, 0.5); }
|
input[type=checkbox]:checked ~ .nav-more-menu { display: block; box-shadow: 0.4rem 0.4rem 1rem 0 rgba(50, 50, 50, 0.5); }
|
||||||
.nav-more-menu span { min-width: 8rem; }
|
.nav-more-menu span { min-width: 10rem; }
|
||||||
|
|
||||||
.inflexible { flex: none; }
|
.inflexible { flex: none; }
|
||||||
.off-screen { position: absolute; top: -1000px; left: -1000px;}
|
.off-screen { position: absolute; top: -1000px; left: -1000px;}
|
||||||
|
|
Loading…
Reference in a new issue