aboutsummaryrefslogtreecommitdiff
path: root/htdocs/scss/app/head.scss
diff options
context:
space:
mode:
authorEvgeny Zinoviev <me@ch1p.io>2022-07-11 13:06:00 +0300
committerEvgeny Zinoviev <me@ch1p.io>2022-07-11 13:06:00 +0300
commitc1e7ef4a65675d88515c76a20877c1d65aec3cac (patch)
tree4454bfc557217eb7726f10801fa89bcfe2da881b /htdocs/scss/app/head.scss
parente12220dd63e9c91d87670c1ab413ba3d090c164d (diff)
skin/base: update header, fix for mobile devices
Diffstat (limited to 'htdocs/scss/app/head.scss')
-rw-r--r--htdocs/scss/app/head.scss10
1 files changed, 5 insertions, 5 deletions
diff --git a/htdocs/scss/app/head.scss b/htdocs/scss/app/head.scss
index fed30d1..4983299 100644
--- a/htdocs/scss/app/head.scss
+++ b/htdocs/scss/app/head.scss
@@ -7,7 +7,6 @@
border-bottom: 2px $border-color solid;
}
.head-logo {
- padding: 4px 0;
font-family: $ffMono;
font-size: 15px;
display: inline-block;
@@ -110,8 +109,7 @@ body:not(.theme-changing) .head-logo-path {
.head-items {
float: right;
- color: #777; // color of separators
- //padding: 8px 0;
+ color: $dark-grey; // color of separators
}
a.head-item {
color: $fg;
@@ -128,8 +126,10 @@ a.head-item {
> span {
padding: 2px 0;
- > span.moon-icon {
+ &.moon-icon {
+ padding: 0;
position: absolute;
+ top: 0;
left: 0;
> svg path {
@@ -152,6 +152,6 @@ a.head-item:hover {
//color: $link-color;
text-decoration: none;
}
-a.head-item:hover > span > span {
+a.head-item:hover > span > span:not(.moon-icon) {
border-bottom: 1px $head-items-separator solid;
} \ No newline at end of file