ui: simplify local rail editor spacing
This commit is contained in:
@@ -1462,7 +1462,7 @@ function reloadApp() {
|
||||
|
||||
.workspaceBody--localRail {
|
||||
min-height: 0;
|
||||
padding: 18px 18px 32px;
|
||||
padding: 18px 18px 0;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
background: var(--theme-workspace-bg);
|
||||
|
||||
@@ -2030,7 +2030,6 @@ onUnmounted(() => {
|
||||
min-width: 0;
|
||||
align-self: stretch;
|
||||
box-sizing: border-box;
|
||||
padding-bottom: 46px;
|
||||
}
|
||||
.editorMain__title {
|
||||
font-size: 28px;
|
||||
|
||||
Reference in New Issue
Block a user