styles update

This commit is contained in:
JiriUhlir
2026-05-27 12:49:00 +02:00
parent 2b20444324
commit 8585690de0
3 changed files with 50 additions and 10 deletions
+28
View File
@@ -101,6 +101,7 @@ button,
border: 0;
border-radius: 8px;
padding: 8px 12px;
min-height: 34px;
background: var(--primary);
color: white;
font-weight: 700;
@@ -158,6 +159,33 @@ input[readonly] {
margin: 8px 0 14px;
}
.copy-row {
display: grid;
grid-template-columns: minmax(260px, 1fr) 82px;
gap: 8px;
align-items: start;
margin: 0 0 10px;
}
.copy-row input {
min-height: 34px;
}
.copy-button,
.actions-cell button {
width: 82px;
text-align: center;
}
.actions-cell {
width: 110px;
white-space: nowrap;
}
.backup-row td {
vertical-align: middle;
}
details summary {
cursor: pointer;
font-weight: 700;