Edit meme creation

This commit is contained in:
Bruno Rybársky 2024-05-16 10:14:29 +02:00
parent c9d62ecaea
commit 37f5748e2c

@ -294,7 +294,7 @@ span#ye-span:hover + body{
} }
#articlecreate { #articlecreate, #memecreate {
border: 5px solid var(--pico-primary); border: 5px solid var(--pico-primary);
z-index: 5; z-index: 5;
margin: auto; margin: auto;
@ -316,10 +316,10 @@ span#ye-span:hover + body{
align-items: center; align-items: center;
justify-content: center; justify-content: center;
position: fixed; position: fixed;
top: 15vh; top: 12vh;
left: 0; left: 0;
width: 100vw; width: 100vw;
height: 70vh; height: 88vh;
z-index: 4; z-index: 4;
backdrop-filter: blur(2px); backdrop-filter: blur(2px);
} }