forked from Adleraci/adlerka.top
Add article creation frontend
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user