mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +00:00
refactor(MetaPreview): action buttons
This commit is contained in:
parent
a62d3bf37d
commit
8bb4089320
1 changed files with 2 additions and 0 deletions
|
|
@ -225,9 +225,11 @@
|
||||||
|
|
||||||
.action-buttons-container {
|
.action-buttons-container {
|
||||||
padding-top: 1.5rem;
|
padding-top: 1.5rem;
|
||||||
|
gap: 0.5rem;
|
||||||
|
|
||||||
.action-button {
|
.action-button {
|
||||||
padding: 0 1.5rem !important;
|
padding: 0 1.5rem !important;
|
||||||
|
margin-right: 0rem !important;
|
||||||
height: 3rem;
|
height: 3rem;
|
||||||
border-radius: 2rem;
|
border-radius: 2rem;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue