Layout changes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
input.MountItemInput {
|
||||
margin: 0;
|
||||
padding: 3px;
|
||||
padding: 4px;
|
||||
border-radius: var(--border_radius);
|
||||
background: rgba(160, 160, 160, 0.1);
|
||||
border: none;
|
||||
|
||||
@@ -13,14 +13,14 @@
|
||||
margin: 0;
|
||||
padding: 2px;
|
||||
border-radius: var(--border_radius);
|
||||
background: rgba(10, 10, 20, 0.3);
|
||||
background: rgba(10, 10, 20, 0.75);
|
||||
border-color: rgba(10, 10, 20, 0.9);
|
||||
color: var(--text_color);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.DropDownOption {
|
||||
background: rgba(10, 10, 15, 0.8);
|
||||
background: rgba(10, 10, 15, 0.9);
|
||||
border-color: rgba(10, 10, 20, 0.9);
|
||||
color: var(--text_color);
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
top: 0;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-color: rgba(0, 0, 0, 0.4);
|
||||
background-color: rgba(0, 0, 0, 0.65);
|
||||
z-index: 2000;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user