-
-
+
-
-
+
+
-
-
+
+
-
-
+
+
+
@@ -155,6 +224,43 @@
margin-bottom: 24px;
}
+ .global-settings {
+ display: flex;
+ flex-direction: column;
+ gap: 8px;
+ }
+
+ .setting-row {
+ display: flex;
+ align-items: center;
+ gap: 12px;
+ padding: 6px 10px;
+ background: var(--ctp-surface0);
+ border-radius: 4px;
+ }
+
+ .setting-row label {
+ font-size: 0.8rem;
+ color: var(--ctp-subtext0);
+ min-width: 100px;
+ flex-shrink: 0;
+ }
+
+ .setting-row input,
+ .setting-row select {
+ padding: 4px 8px;
+ background: var(--ctp-base);
+ border: 1px solid var(--ctp-surface1);
+ border-radius: 3px;
+ color: var(--ctp-text);
+ font-size: 0.8rem;
+ flex: 1;
+ }
+
+ .setting-row select {
+ cursor: pointer;
+ }
+
.group-list {
display: flex;
flex-direction: column;
@@ -208,14 +314,13 @@
gap: 2px;
}
- .project-field label {
+ .field-label {
font-size: 0.7rem;
color: var(--ctp-overlay0);
text-transform: uppercase;
}
- .project-field input[type="text"],
- .project-field input:not([type]) {
+ .project-field input:not([type="checkbox"]) {
padding: 4px 8px;
background: var(--ctp-base);
border: 1px solid var(--ctp-surface1);