Move bottombar styles to _article.scss

This commit is contained in:
Kitaiti Makoto 2022-01-03 03:01:59 +09:00
parent acbda3cde1
commit 5614e3bd59
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;