Refine Telegram settings layout
This commit is contained in:
@@ -336,6 +336,21 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
|
||||
.telegram-settings input {
|
||||
width: 100%;
|
||||
}
|
||||
.telegram-top-row {
|
||||
grid-column: 1 / -1;
|
||||
display: grid;
|
||||
grid-template-columns: minmax(140px, .8fr) minmax(160px, 1fr);
|
||||
gap: 10px;
|
||||
align-items: end;
|
||||
}
|
||||
.telegram-top-row .setting-switch {
|
||||
min-height: 39px;
|
||||
padding: 8px 10px;
|
||||
}
|
||||
.telegram-top-row label:not(.setting-switch) {
|
||||
display: grid;
|
||||
gap: 6px;
|
||||
}
|
||||
.settings-actions {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user