mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 02:22:09 +00:00
Merge pull request #782 from Stremio/fix/radio-button-circle-position
fix(RadioButton): inner circle position
This commit is contained in:
commit
c08f6245a1
1 changed files with 4 additions and 0 deletions
|
|
@ -34,6 +34,10 @@
|
|||
}
|
||||
|
||||
.inner-circle {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 1.25rem;
|
||||
height: 1.25rem;
|
||||
border-radius: 0.675rem;
|
||||
|
|
|
|||
Loading…
Reference in a new issue