ui(settings): optimize layout (#2604)

* ui(settings): optimize layout

* ui: fixed width of settings modal

* fix(ui): border color of settings header
This commit is contained in:
Charlie
2021-08-11 19:25:19 +08:00
committed by GitHub
parent d8400b389a
commit 7cabee4bf4
5 changed files with 332 additions and 164 deletions

View File

@@ -86,7 +86,7 @@
.panel-content {
overflow-y: auto;
max-height: 85vh;
max-width: 768px;
max-width: 96vw;
padding: 2rem;
}
}