fix: make note footer scale correctly
This commit is contained in:
parent
731a686b57
commit
94d2a16e89
2 changed files with 14 additions and 3 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue