Merge remote-tracking branch 'refs/remotes/origin/main'

test
This commit is contained in:
2024-06-05 20:09:08 +02:00
5 changed files with 32 additions and 16 deletions

View File

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