Add article creation frontend

This commit is contained in:
2024-02-22 10:43:18 +01:00
parent 5be90d8e95
commit ac95ba5b60
3 changed files with 55 additions and 1 deletions

View File

@@ -364,4 +364,22 @@ body:has(.ye-span:hover) {
background: url('/assets/images/ye.jpg') !important;
background-repeat: repeat !important;
background-size: 10% !important;
}
#articlecreate {
position: fixed;
border: 5px solid var(--primary);
z-index: 5;
}
#articlecreatecontainer{
position: fixed;
width: 100vw;
height: 100vh;
z-index: 4;
backdrop-filter: blur(2px);
}
.hidden {
display: none !important;
}