diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-07-15 19:12:01 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-15 19:12:01 +0100 |
| commit | 7eb985b616c12aed261fbef74a47c5a928c03e61 (patch) | |
| tree | fe3088dc687c640176bf376b4ca8baf2088bd69f /ui/src/App.tsx | |
| parent | chore(deps): bump cachix/install-nix-action from 20 to 27 (#2268) (diff) | |
| download | atuin-7eb985b616c12aed261fbef74a47c5a928c03e61.zip | |
feat(gui): add runbook list, ability to create and delete, sql storage (#2282)
* wip
* saving works :))
* functioning delete button
* persist selection properly
Diffstat (limited to 'ui/src/App.tsx')
| -rw-r--r-- | ui/src/App.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/App.tsx b/ui/src/App.tsx index 7a9ac395..2f804b1b 100644 --- a/ui/src/App.tsx +++ b/ui/src/App.tsx @@ -131,7 +131,7 @@ function App() { return ( <div className="flex h-dvh w-full select-none"> - <div className="relative flex h-full flex-col !border-r-small border-divider p-6 transition-width px-2 pb-6 pt-9 w-16 items-center"> + <div className="relative flex h-full flex-col !border-r-small border-divider transition-width pb-6 pt-9 min-w-[4.5rem] items-center"> <div className="flex items-center gap-0 px-3 justify-center"> <div className="flex h-8 w-8"> <img src={icon} alt="icon" className="h-8 w-8" /> |
