Jelajahi Sumber

Simplify some styling

Kirk Trombley 2 tahun lalu
induk
melakukan
5d5cd0d94d
1 mengubah file dengan 6 tambahan dan 6 penghapusan
  1. 6 6
      styles.css

+ 6 - 6
styles.css

@@ -145,6 +145,11 @@ body {
   border-radius: 100vmax;
 }
 
+input.pill-shape {
+  text-align: center;
+  padding: 0.25rem 1ch;
+}
+
 .highlight-border {
   border: 1px solid var(--highlight);
 }
@@ -203,7 +208,6 @@ button.color-select:hover {
 }
 
 .color-inputs input[type="text"] {
-  text-align: center;
   min-width: 0px;
 }
 
@@ -229,11 +233,6 @@ button.color-select:hover {
   margin-inline-start: 1ch;
 }
 
-#nameSearch input {
-  text-align: center;
-  padding-block: 0.5ch;
-}
-
 .toggle-label {
   padding: 0 0.625ch 0.125rem;
   opacity: 50%;
@@ -389,6 +388,7 @@ button.color-select:hover {
 }
 
 .fn-control .toggle-label:first-child {
+  /* TODO fix this */
   /* only affects the fake label on the cluster function */
   color: inherit;
   background-color: inherit;