mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-25 17:23:00 +00:00
Make more menu appear above page again... :P
This commit is contained in:
parent
a0fa5c012b
commit
54f89296a1
3 changed files with 4 additions and 4 deletions
|
@ -218,7 +218,7 @@ nav:not(.nav-more-menu) a { text-decoration: none; font-weight: bolder; color: i
|
||||||
|
|
||||||
.nav-more { position: relative; background-color: #442772; min-width: 10em; }
|
.nav-more { position: relative; background-color: #442772; min-width: 10em; }
|
||||||
.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; z-index: 10000; 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: 10rem; }
|
.nav-more-menu span { min-width: 10rem; }
|
||||||
|
|
||||||
|
@ -2163,7 +2163,7 @@ register_module([
|
||||||
if($thread_comment->id == $new_comment->id)
|
if($thread_comment->id == $new_comment->id)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
$email_body = "Hello, {username}!\n" +
|
$email_body = "Hello, {username}!\n" .
|
||||||
"It's $settings->sitename here, letting you know that " .
|
"It's $settings->sitename here, letting you know that " .
|
||||||
"someone replied to your comment (or a reply to your comment) on $env->page.\n" .
|
"someone replied to your comment (or a reply to your comment) on $env->page.\n" .
|
||||||
"\n" .
|
"\n" .
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
"author": "Starbeamrainbowlabs",
|
"author": "Starbeamrainbowlabs",
|
||||||
"description": "Adds threaded comments to the bottom of every page.",
|
"description": "Adds threaded comments to the bottom of every page.",
|
||||||
"id": "feature-comments",
|
"id": "feature-comments",
|
||||||
"lastupdate": 1494795011,
|
"lastupdate": 1494959920,
|
||||||
"optional": false
|
"optional": false
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -10,7 +10,7 @@ nav:not(.nav-more-menu) a { text-decoration: none; font-weight: bolder; color: i
|
||||||
|
|
||||||
.nav-more { position: relative; background-color: #442772; min-width: 10em; }
|
.nav-more { position: relative; background-color: #442772; min-width: 10em; }
|
||||||
.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; z-index: 10000; 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: 10rem; }
|
.nav-more-menu span { min-width: 10rem; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue