fix: note footer not properly resizing
This commit is contained in:
parent
978ee64fd1
commit
eb036d558f
4 changed files with 8 additions and 4 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue