Merge pull request 'Move bottombar styles to _article.scss' (#978) from bottombar-styling into main

Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/978
This commit is contained in:
KitaitiMakoto 2022-01-02 18:03:46 +00:00
commit 2a1a0a23a5
2 changed files with 7 additions and 7 deletions

View file

@ -516,4 +516,11 @@ input:checked ~ .cw-container > .cw-text {
main .article-meta > *, main .article-meta .comments, main .article-meta > .banner > * {
margin: 0 5%;
}
.bottom-bar {
align-items: center;
& > div:nth-child(2) {
margin: 0;
}
}
}

View file

@ -576,13 +576,6 @@ figure {
}
}
.bottom-bar {
align-items: center;
& > div:nth-child(2) {
margin: 0;
}
}
main .article-meta .comments .comment {
header {
flex-direction: column;