mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 09:26:28 +00:00
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:
@@ -86,7 +86,7 @@
|
||||
.panel-content {
|
||||
overflow-y: auto;
|
||||
max-height: 85vh;
|
||||
max-width: 768px;
|
||||
max-width: 96vw;
|
||||
padding: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user