Align admin top bars

This commit is contained in:
rajchales-monito
2026-07-24 13:41:16 +02:00
parent 1ff1984ac2
commit b936aede71
3 changed files with 7 additions and 8 deletions
+7 -6
View File
@@ -74,7 +74,7 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
overflow: hidden;
}
.brand, .sitebar {
min-height: var(--topbar-height);
height: var(--topbar-height);
display: flex;
align-items: center;
justify-content: space-between;
@@ -260,25 +260,26 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
.conversation { display: grid; grid-template-rows: auto minmax(0, 1fr) auto auto; min-width: 0; min-height: 0; overflow: hidden; }
.conversation-header {
min-height: var(--topbar-height);
max-height: 42vh;
height: var(--topbar-height);
overflow: visible;
padding: 12px 20px;
background: white;
border-bottom: 1px solid var(--line);
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
}
.conversation-header h2 { margin: 0 0 5px; font-size: 20px; }
.conversation-header h2 { margin: 0; font-size: 20px; }
.conversation-header p { margin: 0; color: var(--muted); font-size: 13px; }
.conversation-header select { width: 150px; align-self: start; }
.visitor-head { width: 100%; min-width: 0; display: grid; gap: 7px; }
.visitor-summary-row {
display: flex;
align-items: center;
flex-wrap: wrap;
flex-wrap: nowrap;
gap: 7px;
min-width: 0;
color: var(--muted);
font-size: 12px;
}
@@ -460,7 +461,7 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
background: var(--panel);
}
.visitor-panel header {
min-height: var(--topbar-height);
height: var(--topbar-height);
padding: 14px;
border-bottom: 1px solid var(--line);
display: grid;