mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-28 00:50:46 +08:00
feat: ui update
This commit is contained in:
@@ -162,7 +162,9 @@ export default {
|
||||
}
|
||||
|
||||
.message-page {
|
||||
background-color: var(--background-color);
|
||||
padding: 20px;
|
||||
height: calc(100vh - var(--header-height) - 40px);
|
||||
}
|
||||
|
||||
.notif-content {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user