diff options
| author | Kit La Touche <kit@transneptune.net> | 2024-10-10 13:21:53 -0400 |
|---|---|---|
| committer | Kit La Touche <kit@transneptune.net> | 2024-10-10 13:21:53 -0400 |
| commit | efae871b1bdb1e01081a44218281950cf0177f3b (patch) | |
| tree | b7863eb320262d54e460df58c0b41ef3791feeb9 /hi-ui/src | |
| parent | 84a672d6b63122b9732bc826d92a47bae97f2b25 (diff) | |
Adjust app container height down a bit.
I would love to make the whole-thing container 100vh, and let the row of
the interface sort out its own height. I will, eventually, I guess.
Diffstat (limited to 'hi-ui/src')
| -rw-r--r-- | hi-ui/src/routes/(app)/+layout.svelte | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hi-ui/src/routes/(app)/+layout.svelte b/hi-ui/src/routes/(app)/+layout.svelte index 98d4acf..9875817 100644 --- a/hi-ui/src/routes/(app)/+layout.svelte +++ b/hi-ui/src/routes/(app)/+layout.svelte @@ -77,7 +77,7 @@ <style> #interface { - height: 89vh; + height: 88vh; margin: 1rem; display: grid; grid-template-columns: 18rem auto; |
