Browse Source

feat: Decreased padding and margin

pull/7619/head
Ruslan Semak 2 months ago
parent
commit
9d132ca6e2
1 changed files with 2 additions and 2 deletions
  1. 4
      client/themes/default/components/nav-sidebar.vue

4
client/themes/default/components/nav-sidebar.vue

@ -360,11 +360,11 @@ export default {
.v-treeview-node__root {
min-height: 32px;
padding: 2px 0;
padding: 1px 0;
}
.v-treeview-node__content {
margin: 2px 0;
margin: 1px 0;
}
.v-treeview-node__children {

Loading…
Cancel
Save