fix clipped emoji in templates editor

This commit is contained in:
Philipinho
2026-05-28 15:52:47 +01:00
parent 2cac7d6fce
commit c71e9ee919
@@ -32,6 +32,12 @@
margin-bottom: 0.25em;
}
/* The emoji glyph renders larger than its font-size box; let the transparent
ActionIcon overflow so it isn't clipped on the edges. */
.emojiButton button {
overflow: visible;
}
.titleInput {
font-size: 2.5rem;
font-weight: 700;