reactions: Add 5px of bottom space to reactions area with reactions.

This commit is contained in:
Karl Stolley 2024-04-23 15:54:48 -04:00 committed by Tim Abbott
parent c1c9db4955
commit 3c4d1510d5
1 changed files with 4 additions and 4 deletions

View File

@ -2,6 +2,10 @@
overflow: hidden;
user-select: none;
&:has(.message_reaction) {
padding-bottom: 5px;
}
.message_reaction {
display: flex;
/* Set a pixel and half padding to maintain
@ -106,10 +110,6 @@
color: var(--color-message-reaction-button-text);
background-color: var(--color-message-reaction-button-background);
border: 1px solid var(--color-message-reaction-button-border);
/* TODO: Eventually this space will be set on the message
box, at least in part, but for now this preserves the
space beneath the reactions area. */
margin-bottom: 4px;
& i {
font-size: 1em;