Skip to content

Commit

Permalink
new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrisyhjiang committed Nov 7, 2024
1 parent 74abf6a commit 52afb1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
background-color: rgba(0, 0, 0, 0.2);
padding: 15px;
border-radius: 10px;
min-height: 150px;
max-height: 300px;
min-height: 187.5px; /* 150px * 1.25 */
max-height: 375px; /* 300px * 1.25 */
overflow-y: auto;
margin-bottom: 20px;
color: #f5f5f5;
Expand Down Expand Up @@ -127,7 +127,7 @@

@media (max-width: 480px) {
h2 { font-size: 1rem; }
.chat-box { font-size: 0.8rem; max-height: 200px; }
.chat-box { font-size: 0.8rem; max-height: 250px; } /* 200px * 1.25 */
.submit-btn { font-size: 0.8rem; }
}
</style>
Expand Down
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ services:
resources:
reservations:
memory: 4G
# devices:
# - capabilities: ["gpu"]
devices:
- capabilities: ["gpu"]
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:5000/"]
interval: 30s
Expand Down

0 comments on commit 52afb1e

Please sign in to comment.