mirror of
https://github.com/iv-org/instances-api.git
synced 2024-10-01 04:35:38 -04:00
correct small alignment issue
This commit is contained in:
parent
63e9e4cdc6
commit
f9a6931b15
@ -62,7 +62,7 @@
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity 0.3s;
|
transition: opacity 0.3s;
|
||||||
transform: translate(-50%, calc(100% + 5px)) rotate(0deg);
|
transform: translate(-50%, calc(100% + 5px)) rotate(0deg);
|
||||||
|
Loading…
Reference in New Issue
Block a user