finetune tabe and font sizes

This commit is contained in:
Andreas Wrede
2026-05-14 06:29:00 -04:00
parent 610ad0af30
commit 2b9523ec28
7 changed files with 21 additions and 21 deletions
+4 -4
View File
@@ -31,7 +31,7 @@
padding: 6px 10px;
border-radius: 4px;
text-decoration: none;
font-size: 0.85em;
font-size: 1.00em;
color: #444;
margin-bottom: 2px;
transition: background 0.1s, color 0.1s;
@@ -199,7 +199,7 @@
.channel-field {
display: flex;
padding: 5px 14px;
font-size: 0.85em;
font-size: 1.00em;
border-bottom: 1px solid #f5f5f5;
gap: 12px;
}
@@ -350,7 +350,7 @@
.yaml-editor:focus { border-color: #0066cc; outline: none; }
/* ---- Button styles ---- */
.btn { border: none; border-radius: 4px; padding: 5px 12px; font-size: 0.85em; cursor: pointer; }
.btn { border: none; border-radius: 4px; padding: 5px 12px; font-size: 1.00em; cursor: pointer; }
.btn-primary { background: #0066cc; color: #fff; }
.btn-primary:hover { background: #0055aa; }
.btn-success { background: #2a7a2a; color: #fff; }
@@ -440,7 +440,7 @@
}
.mpick-col:first-child { border-right: 1px solid #eee; }
.mpick-item {
padding: 5px 10px; font-size: 0.85em; cursor: pointer;
padding: 5px 10px; font-size: 1.00em; cursor: pointer;
display: flex; align-items: center; justify-content: space-between;
border-bottom: 1px solid #f8f8f8; gap: 4px;
}