1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

#38 disabled buttons on tablets

This commit is contained in:
Fedor Katurov 2021-05-12 08:56:13 +07:00
parent ee9bb851c8
commit e2a4b0ad03

View file

@ -31,6 +31,10 @@
height: 96px;
background: transparentize($content_bg, 0);
@include desktop {
display: none;
}
&:global(.swiper-button-prev) {
left: 0;
justify-content: flex-start;