mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-01-11 22:40:31 +00:00
chore: correct size
This commit is contained in:
parent
6c7a2755fb
commit
d21be690de
2 changed files with 2 additions and 4 deletions
|
|
@ -7,7 +7,5 @@
|
|||
|
||||
.option-icon {
|
||||
color: var(--color-trakt) !important;
|
||||
height: 4rem !important;
|
||||
width: 4rem !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@
|
|||
gap: 0.75rem;
|
||||
|
||||
.icon {
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
width: 4rem;
|
||||
height: 4rem;
|
||||
color: var(--primary-foreground-color);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue