feat: ui update

This commit is contained in:
tim
2025-07-08 12:02:16 +08:00
parent 89ea778f13
commit 4bbc8c6e4d
4 changed files with 24 additions and 8 deletions

View File

@@ -174,6 +174,10 @@ export default {
.new-post-page {
display: flex;
justify-content: center;
background-color: var(--background-color);
height: calc(100vh - var(--header-height));
padding-right: 20px;
padding-left: 20px;
}
.new-post-form {
@@ -242,7 +246,6 @@ export default {
display: flex;
justify-content: space-between;
align-items: center;
margin-left: 20px;
margin-top: 20px;
}