Skip to content

Commit

Permalink
#58 - minor changes
Browse files Browse the repository at this point in the history
Signed-off-by: julianbollig <julian.bollig@tngtech.com>
  • Loading branch information
julianbollig committed Feb 11, 2025
1 parent 42e22b6 commit 2372262
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WebUI/src/assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ textarea {

.image-preview-panel {
width: 140px;
height: 560px;
height: 100%;
display: flex;
flex-direction: column;
overflow-y: auto;
Expand Down
5 changes: 3 additions & 2 deletions WebUI/src/views/Create.vue
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<template>
<div id="createPanel" class="h-full flex flex-col p-4">
<div class="image-panel justify-center items-center flex-auto flex h-full">
<div class="image-panel justify-center items-center flex-auto flex">
<div
v-show="imageGeneration.generatedImages.length > 0"
class="flex flex-row justify-center items-end"
class="flex flex-row justify-center items-end h-full"
style="height: 550px !important"
>
<div class="image-preview-panel">
<div
Expand Down

0 comments on commit 2372262

Please sign in to comment.