Less padding on sidebar tabs for small screens (#1511)

* Reduce searchbox and tree padding for small screen

* Smaller buttons
This commit is contained in:
Chenlei Hu
2024-11-11 20:15:34 -05:00
committed by GitHub
parent 1ff6e27d9c
commit 71eeee6744
5 changed files with 11 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
<template>
<Tree
class="tree-explorer"
class="tree-explorer p-2 2xl:p-4"
:class="props.class"
v-model:expandedKeys="expandedKeys"
v-model:selectionKeys="selectionKeys"