Fix reactions overflow

This commit is contained in:
Freeplay 2023-01-09 21:53:39 -05:00
parent 72f7b51776
commit f454e43903
2 changed files with 4 additions and 2 deletions

View file

@ -595,7 +595,6 @@ function readPromo() {
> .footer {
display: flex;
flex-wrap: wrap;
margin-left: -.5em;
> .button {
margin: 0;
padding: 8px;
@ -603,7 +602,9 @@ function readPromo() {
flex-grow: 1;
max-width: 3.5em;
min-width: max-content;
&:first-of-type {
margin-left: -.5em;
}
&:hover {
color: var(--fgHighlighted);
}

View file

@ -22,6 +22,7 @@ const isMe = computed(() => $i && $i.id === props.note.userId);
<style lang="scss" scoped>
.tdflqwzn {
margin: 4px -2px 0 -2px;
width: 100%;
&:empty {
display: none;