Improved multi-author support

This commit is contained in:
Sodbileg Gansukh 2024-11-14 14:08:49 +08:00
parent d147bb158e
commit cdaa6b3c0b
3 changed files with 8 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1071,7 +1071,6 @@ production stylesheet in assets/built/screen.css
.author-list { .author-list {
display: flex; display: flex;
flex-wrap: wrap;
margin: 0 0 0 4px; margin: 0 0 0 4px;
padding: 0; padding: 0;
list-style: none; list-style: none;
@ -1775,6 +1774,12 @@ iframe.instagram-media + script + :not([id]) {
} }
@media (max-width: 767px) { @media (max-width: 767px) {
.article-byline-content {
flex-direction: column;
align-items: flex-start;
gap: 16px;
}
.article-byline-content .author-list { .article-byline-content .author-list {
padding-right: 12px; padding-right: 12px;
} }