Adding settings.
This commit is contained in:
+28
-2
@@ -9,7 +9,23 @@ body {
|
||||
height: calc(100vh - 2em - 20px);
|
||||
width: calc(100% - 10px);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex-direction: column;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.keyval {
|
||||
width: 100%;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
|
||||
.keyval label {
|
||||
display: inline-block;
|
||||
width: calc(30% - 5px);
|
||||
}
|
||||
|
||||
.keyval span {
|
||||
display: inline-block;
|
||||
width: calc(70% - 10px);
|
||||
}
|
||||
|
||||
.buttons {
|
||||
@@ -352,4 +368,14 @@ input.v-slider {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
select, option {
|
||||
all: revert;
|
||||
}
|
||||
|
||||
.pane {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user