Selaa lähdekoodia

minor visual tweak

Kirk Trombley 2 vuotta sitten
vanhempi
commit
f949511210
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      web/styles.css

+ 6 - 0
web/styles.css

@@ -448,6 +448,12 @@ button[name="clear"] {
   border-radius: 8px;
 }
 
+#color-inputs {
+  /* fragile - would be nice to replace it at some point */
+  border-radius: 36px 8px 8px 36px;
+  padding-inline-start: 0.5ch;
+}
+
 #color-inputs > button + div > :first-child {
   justify-content: flex-end;
 }