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

Merge pull request #68 from muerwre/task/#38

#38 disabled buttons on tablets
This commit is contained in:
muerwre 2021-05-12 09:00:01 +07:00 committed by GitHub
commit a9820e35b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;