mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-14 07:01:35 +00:00
Merge branch 'development' into refactor/components
This commit is contained in:
commit
ceaae0ba3d
1 changed files with 4 additions and 0 deletions
|
|
@ -34,6 +34,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.inner-circle {
|
.inner-circle {
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
width: 1.25rem;
|
width: 1.25rem;
|
||||||
height: 1.25rem;
|
height: 1.25rem;
|
||||||
border-radius: 0.675rem;
|
border-radius: 0.675rem;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue