Added improved settings panel.

This commit is contained in:
rainbow napkin 2025-09-06 10:34:06 -04:00
parent 306f22aa93
commit 132fdabb29
105 changed files with 3447 additions and 252 deletions

View file

@ -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;