Browse Source

feat: Reverted padding and margin

pull/7619/head
Ruslan Semak 2 months ago
parent
commit
a79ed0be8b
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: 4px 0;
padding: 2px 0;
}
.v-treeview-node__content {
margin: 4px 0;
margin: 2px 0;
}
.v-treeview-node__children {

Loading…
Cancel
Save