mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Added distinction between basic and advanced mode
This commit is contained in:
@@ -273,13 +273,13 @@ input {
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: black;
|
||||
opacity: 30%;
|
||||
background-color: white;
|
||||
opacity: 15%;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
#popup {
|
||||
width: 400px;
|
||||
width: 450px;
|
||||
height: fit-content;
|
||||
min-height: 200px;
|
||||
position: absolute;
|
||||
@@ -290,7 +290,7 @@ input {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
padding: 20px;
|
||||
padding: 20px 40px;
|
||||
align-items: start;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user