fix plugin gallery layout on mobile

This commit is contained in:
antelle 2019-09-14 23:35:10 +02:00
parent 92d4a40228
commit 73635e2784
2 changed files with 11 additions and 1 deletions

View File

@ -227,6 +227,10 @@
box-sizing: border-box;
margin: 0 $base-padding-v $base-padding-h 0;
vertical-align: top;
@include mobile {
width: 100%;
margin-right: 0;
}
&-install-btn {
position: absolute;
right: 0;
@ -251,7 +255,12 @@
}
&-gallery-search {
margin-top: $medium-padding-v;
width: calc(100% - 74px);
@include nomobile {
width: calc(100% - 74px);
}
@include mobile {
width: 100%;
}
}
}
&__donate-btn {

View File

@ -13,6 +13,7 @@ Release notes
`-` fix #764: multiple attachments display
`-` fix multi-line fields display in history
`-` fix #554: checking active window id during auto-type
`-` fix plugin gallery layout on mobile
##### v1.10.0 (2019-09-09)
`+` macOS Dark theme