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