Jelajahi Sumber

minor visual tweak

Kirk Trombley 2 tahun lalu
induk
melakukan
f949511210
1 mengubah file dengan 6 tambahan dan 0 penghapusan
  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;
 }