fix some UI issues

This commit is contained in:
2022-10-20 23:38:57 +08:00
parent 0d787e1194
commit 9bc2474348
3 changed files with 161 additions and 154 deletions

View File

@@ -398,15 +398,15 @@
margin: 0 0.25em;
}
.box-content-wrapper {
.box-post {
display: flex;
}
.box-content-wrapper .box-content {
.box .box-post-main {
flex: 1 1;
}
.box-content-wrapper .box-content-vote {
.box .box-post-vote {
flex: 0 0;
margin-left: 6px;
}