styling - option tabs to have flex layout

This commit is contained in:
Azgaar 2021-09-10 01:31:52 +03:00 committed by Peter
parent efb545c6c5
commit 3b2409d331

View file

@ -360,10 +360,7 @@ text.drag {
border: solid 1px #5e4fa2; border: solid 1px #5e4fa2;
margin: 10px; margin: 10px;
padding-bottom: 0.3em; padding-bottom: 0.3em;
<<<<<<< HEAD
background: var(--bg-light); background: var(--bg-light);
=======
>>>>>>> f557701e (dropbox - import changes from alpha)
} }
#options input, #options input,
@ -593,8 +590,8 @@ input[type='color']::-webkit-color-swatch-wrapper {
width: 64%; width: 64%;
} }
#styleElements input[type='number'] { #styleElements input[type="number"] {
width: 52px; width: 6em;
border: 0; border: 0;
} }