Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/mobile/header.scss')
-rw-r--r--app/assets/stylesheets/mobile/header.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/app/assets/stylesheets/mobile/header.scss b/app/assets/stylesheets/mobile/header.scss
index 159e6a536..9e532921b 100644
--- a/app/assets/stylesheets/mobile/header.scss
+++ b/app/assets/stylesheets/mobile/header.scss
@@ -145,6 +145,9 @@ $mobile-navbar-height: 46px;
bottom: 0;
overflow: auto;
width: 100%;
+ display: flex;
+ flex-direction: column;
+ justify-content: space-between;
li {
font-size: 1.8rem;
@@ -195,6 +198,21 @@ $mobile-navbar-height: 46px;
margin: 0;
padding: 0;
}
+
+ .info-links {
+ li {
+ font-size: 1.2rem;
+ line-height: 1.2;
+ }
+
+ a {
+ padding: 8px 25px;
+ }
+
+ .switch-to-touch {
+ display: none;
+ }
+ }
}
#main-nav, #drawer {