1
0

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
+2 -1
View File
@@ -829,7 +829,8 @@ function emitUpdReaction(emoji: string, delta: number) {
z-index: 1;
margin-top: 0.4em;
width: max-content;
min-width: max-content;
min-width: min-content;
max-width: fit-content;
}
&:hover > .article > .main > .footer > .footerButton {
@@ -415,7 +415,8 @@ if (props.detail) {
z-index: 1;
margin-top: 0.4em;
width: max-content;
min-width: max-content;
min-width: min-content;
max-width: fit-content;
}
.main {
+2 -1
View File
@@ -830,7 +830,8 @@ function emitUpdReaction(emoji: string, delta: number) {
z-index: 1;
margin-top: 0.4em;
width: max-content;
min-width: max-content;
min-width: min-content;
max-width: fit-content;
}
&:hover > .article > .main > .footer > .footerButton {
@@ -432,7 +432,8 @@ if (props.detail) {
z-index: 1;
margin-top: 0.4em;
width: max-content;
min-width: max-content;
min-width: min-content;
max-width: fit-content;
}
.main {