aboutsummaryrefslogtreecommitdiff
path: root/htdocs/scss/app/mobile.scss
diff options
context:
space:
mode:
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 {