More status buttons per few pixels (?)

This commit is contained in:
Freeplay 2023-01-09 19:55:40 -05:00
parent 8b9575f559
commit 72f7b51776
1 changed files with 7 additions and 29 deletions

View File

@ -593,14 +593,16 @@ function readPromo() {
} }
> .footer { > .footer {
display: flex;
flex-wrap: wrap;
margin-left: -.5em;
> .button { > .button {
margin: 0; margin: 0;
padding: 8px; padding: 8px;
opacity: 0.7; opacity: 0.7;
flex-grow: 1;
&:not(:last-child) { max-width: 3.5em;
margin-right: 16px; min-width: max-content;
}
&:hover { &:hover {
color: var(--fgHighlighted); color: var(--fgHighlighted);
@ -647,34 +649,10 @@ function readPromo() {
} }
} }
&.max-width_350px {
> .article {
> .main {
> .footer {
> .button {
&:not(:last-child) {
margin-right: 18px;
}
}
}
}
}
}
&.max-width_300px { &.max-width_300px {
--avatarSize: 40px; --avatarSize: 40px;
> .article {
> .main {
> .footer {
> .button {
&:not(:last-child) {
margin-right: 12px;
}
}
}
}
}
} }
} }