Skip to content

Commit 52afb1e

Browse files
committed
new changes
1 parent 74abf6a commit 52afb1e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/templates/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
background-color: rgba(0, 0, 0, 0.2);
4545
padding: 15px;
4646
border-radius: 10px;
47-
min-height: 150px;
48-
max-height: 300px;
47+
min-height: 187.5px; /* 150px * 1.25 */
48+
max-height: 375px; /* 300px * 1.25 */
4949
overflow-y: auto;
5050
margin-bottom: 20px;
5151
color: #f5f5f5;
@@ -127,7 +127,7 @@
127127

128128
@media (max-width: 480px) {
129129
h2 { font-size: 1rem; }
130-
.chat-box { font-size: 0.8rem; max-height: 200px; }
130+
.chat-box { font-size: 0.8rem; max-height: 250px; } /* 200px * 1.25 */
131131
.submit-btn { font-size: 0.8rem; }
132132
}
133133
</style>

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ services:
1919
resources:
2020
reservations:
2121
memory: 4G
22-
# devices:
23-
# - capabilities: ["gpu"]
22+
devices:
23+
- capabilities: ["gpu"]
2424
healthcheck:
2525
test: ["CMD", "curl", "-f", "http://localhost:5000/"]
2626
interval: 30s

0 commit comments

Comments
 (0)