1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-26 05:16:41 +07:00

editor buttons fix on mobile

This commit is contained in:
Fedor Katurov 2020-04-29 18:52:27 +07:00
parent 3d398f23ed
commit b794a44c4f
3 changed files with 97 additions and 46 deletions

View file

@ -20,11 +20,11 @@
@include tablet {
margin-left: 0;
margin-right: 0;
border-radius: 0;
}
}
.image_container {
border-radius: $panel_radius 0 0 $panel_radius;
display: flex;
align-items: flex-start;
justify-content: flex-start;
@ -45,6 +45,10 @@
border-radius: $radius;
box-shadow: transparentize($color: white, $amount: 0.95) 0 -1px,
transparentize($color: #000000, $amount: 0.6) 0 2px 5px;
@include tablet {
border-radius: 0;
}
}
&.is_dragging {