fix layout issues

This commit is contained in:
Antelle 2015-12-15 20:55:01 +03:00
parent 2b08f3c391
commit 98f3a171ec
3 changed files with 12 additions and 2 deletions

View File

@ -26,7 +26,10 @@
@-moz-document url-prefix() { @include scrollbar-padding-hack(); }
@at-root { _:-ms-lang(x), .app__list-wrap--table .list__items>.scroller { @include scrollbar-padding-hack(); } }
}
@include mobile { width: 100% !important; }
@include mobile {
width: 100% !important;
max-width: 100% !important;
}
}
}

View File

@ -12,6 +12,8 @@
>.scroller {
@include flex(1 0 0);
@include scrollbar-full-width-hack();
@-moz-document url-prefix() { @include scrollbar-padding-hack(); }
}
h2,h3 {

View File

@ -1,6 +1,11 @@
Release notes
-------------
##### v0.5 (2015-12-14)
##### v0.5.1 (2015-12-14)
Layout bugfixes
`-` #66: keyfile selection in Firefox
`-` entries list layout issue in iOS Safari
##### v0.5.0 (2015-12-14)
2-way merge sync
`*` all files are now opened with offline support
`*` disallow opening same files twice