added padding and zindex

This commit is contained in:
srgooglo 2022-10-17 02:16:08 +02:00
parent c5f13e095e
commit efcbeb36e6

View File

@ -13,9 +13,13 @@
transition: all 0.2s ease-in-out;
z-index: 190;
.nsfw_alert {
position: absolute;
padding: 10px 0;
display: flex;
flex-direction: column;