diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-07-25 23:31:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-25 23:31:38 +0100 |
| commit | c32bbcc7edc2cf99da52b1407c90238bc781a804 (patch) | |
| tree | 4a8b307f69fb444f5c8c15a65e6f89170d9d4bbf /ui/src/App.css | |
| parent | feat(gui): allow interacting with the embedded terminal (#2312) (diff) | |
| download | atuin-c32bbcc7edc2cf99da52b1407c90238bc781a804.zip | |
feat(gui): directory block, re-org of some code (#2314)
Diffstat (limited to 'ui/src/App.css')
| -rw-r--r-- | ui/src/App.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/App.css b/ui/src/App.css index cf6d3123..29ca80f1 100644 --- a/ui/src/App.css +++ b/ui/src/App.css @@ -19,7 +19,7 @@ html { } .history-list { - height: calc(100vh - 150px - 64px); + height: calc(100dvh - 4rem - 2rem); } .history-item { |
