fix: note footer not properly resizing

This commit is contained in:
Marie 2023-12-23 19:21:37 +01:00
parent 978ee64fd1
commit eb036d558f
4 changed files with 8 additions and 4 deletions

View file

@ -829,7 +829,8 @@ function emitUpdReaction(emoji: string, delta: number) {
z-index: 1; z-index: 1;
margin-top: 0.4em; margin-top: 0.4em;
width: max-content; width: max-content;
min-width: max-content; min-width: min-content;
max-width: fit-content;
} }
&:hover > .article > .main > .footer > .footerButton { &:hover > .article > .main > .footer > .footerButton {

View file

@ -415,7 +415,8 @@ if (props.detail) {
z-index: 1; z-index: 1;
margin-top: 0.4em; margin-top: 0.4em;
width: max-content; width: max-content;
min-width: max-content; min-width: min-content;
max-width: fit-content;
} }
.main { .main {

View file

@ -830,7 +830,8 @@ function emitUpdReaction(emoji: string, delta: number) {
z-index: 1; z-index: 1;
margin-top: 0.4em; margin-top: 0.4em;
width: max-content; width: max-content;
min-width: max-content; min-width: min-content;
max-width: fit-content;
} }
&:hover > .article > .main > .footer > .footerButton { &:hover > .article > .main > .footer > .footerButton {

View file

@ -432,7 +432,8 @@ if (props.detail) {
z-index: 1; z-index: 1;
margin-top: 0.4em; margin-top: 0.4em;
width: max-content; width: max-content;
min-width: max-content; min-width: min-content;
max-width: fit-content;
} }
.main { .main {