mirror of
https://gitea.invidious.io/iv-org/instances-api.git
synced 2024-08-15 00:53:15 +00:00
correct small alignment issue
This commit is contained in:
parent
63e9e4cdc6
commit
f9a6931b15
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
position: absolute;
|
||||
z-index: 1;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
left: 50%;
|
||||
opacity: 0;
|
||||
transition: opacity 0.3s;
|
||||
transform: translate(-50%, calc(100% + 5px)) rotate(0deg);
|
||||
|
|
Loading…
Reference in a new issue