Enlarge admin send button
This commit is contained in:
+6
-2
@@ -493,7 +493,7 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
|
||||
}
|
||||
.reply-composer {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) 44px 48px;
|
||||
grid-template-columns: minmax(0, 1fr) 44px 88px;
|
||||
gap: 8px;
|
||||
align-items: stretch;
|
||||
}
|
||||
@@ -524,7 +524,11 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
|
||||
background: var(--brand);
|
||||
color: white;
|
||||
}
|
||||
.send-button svg { transform: translateX(1px); }
|
||||
.send-button svg {
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
transform: translateX(1px);
|
||||
}
|
||||
.reply-attachments {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
Reference in New Issue
Block a user