mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
Merge pull request #1035 from Stremio/refactor/meta-preview-action-buttons-styles
MetaPreview: hide ActionButton label on mobile
This commit is contained in:
commit
2dcc582cc2
1 changed files with 9 additions and 0 deletions
|
|
@ -66,6 +66,15 @@
|
|||
|
||||
.icon-container {
|
||||
width: 2rem;
|
||||
|
||||
.icon {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
.label-container {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue