From 3b2409d3314957b7cf51422b5d05205214e3bab2 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Fri, 10 Sep 2021 01:31:52 +0300 Subject: [PATCH] styling - option tabs to have flex layout --- index.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/index.css b/index.css index 88150cca..141c9bea 100644 --- a/index.css +++ b/index.css @@ -360,10 +360,7 @@ text.drag { border: solid 1px #5e4fa2; margin: 10px; padding-bottom: 0.3em; -<<<<<<< HEAD background: var(--bg-light); -======= ->>>>>>> f557701e (dropbox - import changes from alpha) } #options input, @@ -593,8 +590,8 @@ input[type='color']::-webkit-color-swatch-wrapper { width: 64%; } -#styleElements input[type='number'] { - width: 52px; +#styleElements input[type="number"] { + width: 6em; border: 0; }