fix: make note footer scale correctly

This commit is contained in:
Insert5StarName 2023-10-15 18:58:27 +02:00
parent 731a686b57
commit 94d2a16e89
2 changed files with 14 additions and 3 deletions

View file

@ -668,6 +668,9 @@ function readPromo() {
.footer {
position: relative;
z-index: 1;
margin-top: 0.4em;
width: max-content;
min-width: max-content;
}
&:hover > .article > .main > .footer > .footerButton {
@ -939,7 +942,7 @@ function readPromo() {
opacity: 0.7;
&:not(:last-child) {
margin-right: 28px;
margin-right: 1.5em;
}
&:hover {