Skip to content

Commit

Permalink
lowered min-height
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Dec 22, 2023
1 parent 1cd8fc1 commit dc9da36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webclient/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const modelOpen = ref(false);

<!-- Page content container -->
<div
class="mx-auto mt-16 min-h-[calc(100vh-200px)] max-w-4xl transition-opacity"
class="mx-auto mt-16 mb-16 min-h-[calc(100vh-400px)] max-w-4xl transition-opacity"
:class="{ 'opacity-70': global.search_focused }"
>
<div id="errorToasts" class="mx-5 grid gap-2">
Expand Down

0 comments on commit dc9da36

Please sign in to comment.