aboutsummaryrefslogtreecommitdiff
path: root/htdocs/scss/app/mobile.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/mobile.scss
parente12220dd63e9c91d87670c1ab413ba3d090c164d (diff)
skin/base: update header, fix for mobile devices
Diffstat (limited to 'htdocs/scss/app/mobile.scss')
-rw-r--r--htdocs/scss/app/mobile.scss19
1 files changed, 13 insertions, 6 deletions
diff --git a/htdocs/scss/app/mobile.scss b/htdocs/scss/app/mobile.scss
index a765e25..27d250c 100644
--- a/htdocs/scss/app/mobile.scss
+++ b/htdocs/scss/app/mobile.scss
@@ -4,21 +4,31 @@ textarea {
-webkit-overflow-scrolling: touch;
}
+.head {
+ padding: 0;
+}
+
// header
.head-logo {
position: static;
display: block;
- //padding-bottom: 6px;
- // not very good fix:
overflow: hidden;
white-space: nowrap;
- padding-bottom: 0;
+ padding: 18px $side-padding 7px;
}
.head-logo::after {
display: none;
}
.head-items {
float: none;
+ padding: 0 $side-padding 0 $side-padding - 2px;
+ white-space: nowrap;
+ overflow-x: auto;
+ overflow-y: hidden;
+}
+a.head-item {
+ float: none;
+ display: inline-block;
}
a.head-item:hover,
a.head-item:active {
@@ -28,9 +38,6 @@ a.head-item:last-child > span {
border-right: 0;
padding-right: 12px;
}
-a.head-item:first-child > span {
- padding-left: 1px;
-}
// blog
.blog-tags {