Align admin top bars
This commit is contained in:
+7
-6
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user