Fix card positions for floating elements.

This commit is contained in:
Madeorsk 2024-06-16 09:51:23 +02:00
parent 32841ec79b
commit 08ba629b78
Signed by: Madeorsk
SSH key fingerprint: SHA256:J9G0ofIOLKf7kyS2IfrMqtMaPdfsk1W02+oGueZzDDU

View file

@ -1,6 +1,8 @@
:not(.card).floating
{
display: block;
display: flex;
align-self: center;
justify-content: center;
z-index: 1;
> .card.floating