Merge pull request #1035 from Stremio/refactor/meta-preview-action-buttons-styles

MetaPreview: hide ActionButton label on mobile
This commit is contained in:
Timothy Z. 2025-10-10 19:41:04 +03:00 committed by GitHub
commit 2dcc582cc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,6 +66,15 @@
.icon-container {
width: 2rem;
.icon {
width: 2rem;
height: 2rem;
}
}
.label-container {
display: none;
}
}
}