1 Commits
Author SHA1 Message Date
pamp 557c3a60c7 Update kiszolgalo/src/main/resources/style.css
Fix stupid idiot mistake
2026-05-19 23:49:03 +02:00
2 changed files with 3 additions and 6 deletions
+2 -2
View File
@@ -3,7 +3,6 @@ services:
build: .
container_name: "scottgpt"
env_file: .env
restart: unless-stopped
volumes:
- ./src/main/resources:/srv/src
networks:
@@ -12,7 +11,8 @@ services:
- "traefik.enable=true"
- "traefik.http.routers.scottgpt.rule=Host(`ai.sc0tt.org`)"
- "traefik.http.services.scottgpt.loadbalancer.server.port=8080"
# - "traefik.http.routers.scottgpt.tls.certresolver=letsencrypt"
- "traefik.http.routers.scottgpt.tls.certresolver=myresolver"
networks:
traefik:
external: true
+1 -4
View File
@@ -41,7 +41,7 @@ body {
box-sizing: border-box;
display: flex;
flex-direction: column;
height: 100vh;
height: 100dvh;
}
.message {
@@ -181,9 +181,6 @@ footer {
}
@media (max-width: 767px) {
.textbox-parent {
bottom: 30px;
}
.messages {
width: 100%;
}