Added improved settings panel.
This commit is contained in:
parent
306f22aa93
commit
132fdabb29
105 changed files with 3447 additions and 252 deletions
|
|
@ -36,10 +36,15 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.*/
|
|||
text-wrap: nowrap;
|
||||
height: 1em;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
max-width: 30em;
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.settings-panel-setting input[type=number]{
|
||||
flex: 0 1 4em;
|
||||
}
|
||||
|
||||
.settings-panel-setting :is(input, select){
|
||||
width: 1px;
|
||||
flex: 1 1 auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue