fixed upload_popum positioning
This commit is contained in:
parent
72fce53066
commit
6c6fdd1b7b
@ -141,22 +141,25 @@ body
|
|||||||
|
|
||||||
#upload_popup
|
#upload_popup
|
||||||
{
|
{
|
||||||
position: relative;
|
position: absolute;
|
||||||
display: none;
|
display: none;
|
||||||
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: start;
|
align-items: start;
|
||||||
|
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
height: auto;
|
height: fit-content;
|
||||||
margin: 0 auto;
|
|
||||||
padding: 2vh;
|
padding: 2vh;
|
||||||
|
|
||||||
border: solid 1px #3E392F;
|
border: solid 1px #3E392F;
|
||||||
border-radius: 0.5vh 0.5vh;
|
border-radius: 0.5vh 0.5vh;
|
||||||
background: #6F7270;
|
background: #6F7270;
|
||||||
|
|
||||||
margin-top: 19%;
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
top: 0;
|
||||||
|
bottom: 0;
|
||||||
|
margin: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
#upload_popup div + div
|
#upload_popup div + div
|
||||||
|
Loading…
x
Reference in New Issue
Block a user