mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 23:12:13 +00:00
checked icon styles fixed
This commit is contained in:
parent
93df0529c7
commit
d65bf716fd
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
&:global(.checked) {
|
&:global(.checked) {
|
||||||
.icon {
|
.icon {
|
||||||
padding: 10%;
|
padding: calc(0.1 * var(--icon-size));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue