diff --git a/theme-terminal/src/styles/header.scss b/theme-terminal/src/styles/header.scss index d5403f2..84a58eb 100644 --- a/theme-terminal/src/styles/header.scss +++ b/theme-terminal/src/styles/header.scss @@ -49,6 +49,7 @@ z-index: 99; top: 35px; left: 0; + display: none; margin: 0; padding: 10px; list-style: none; @@ -66,6 +67,17 @@ margin-right: 0; } } + + &.open { + display: block; + } } } + + .button { + background-color: transparent; + color: var(--foreground); + margin: 0 0 0 .5rem; + padding: 0; + } } diff --git a/theme-terminal/src/styles/main.scss b/theme-terminal/src/styles/main.scss index d1bdc70..4c53473 100644 --- a/theme-terminal/src/styles/main.scss +++ b/theme-terminal/src/styles/main.scss @@ -258,21 +258,4 @@ hr { border: none; background: var(--foreground); height: 1px; -} - -.hidden { - display: none; -} - -#theme-toggle { - background-color: transparent; - color: var(--foreground); - margin: 0 0 0 .5rem; - padding: 0; -} -#search-button { - background-color: transparent; - color: var(--foreground); - margin: 0 0 0 .5rem; - padding: 0; } \ No newline at end of file diff --git a/theme-terminal/src/styles/post.scss b/theme-terminal/src/styles/post.scss index 24d97a9..87b84ae 100644 --- a/theme-terminal/src/styles/post.scss +++ b/theme-terminal/src/styles/post.scss @@ -165,4 +165,9 @@ .post-tag { text-decoration: underline; } +} + +.comment-wrap { + position: relative; + z-index: 2; } \ No newline at end of file diff --git a/theme-terminal/templates/modules/header.html b/theme-terminal/templates/modules/header.html index e633611..c425e79 100644 --- a/theme-terminal/templates/modules/header.html +++ b/theme-terminal/templates/modules/header.html @@ -7,8 +7,8 @@
-