fix mobile back button height

This commit is contained in:
Antelle 2016-02-02 19:32:48 +03:00
parent 2227c1df19
commit f35c4abc50
4 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,8 @@
display: block;
padding-bottom: $base-padding-v;
cursor: pointer;
line-height: $mobile-back-button-height;
height: $mobile-back-button-height;
>i { margin-right: $base-padding-h; }
}
}

View File

@ -38,6 +38,8 @@
&-pre, &-post { display: none; }
cursor: pointer;
@include mobile {
line-height: $mobile-back-button-height;
height: $mobile-back-button-height;
padding-bottom: $base-padding-v;
>i { margin-right: $base-padding-h; }
&-pre { display: inline; }

View File

@ -18,6 +18,7 @@ $small-spacing: $base-spacing / 2;
$base-z-index: 0;
$base-padding-v: .4em;
$base-padding-h: .8em;
$mobile-back-button-height: 3em;
$base-padding: $base-padding-v $base-padding-h;
$medium-padding: .8em 1em;
$base-padding-px: 4px 8px;

View File

@ -2,6 +2,7 @@ Release notes
-------------
##### v1.0.0 (not released yet)
Performance, stability and quality improvements
`+` mobile layout made more convenient
`-` #80: prevent data loss on group move
`-` issues with clipboard clear fixed