remove banner to bottom

This commit is contained in:
Bartal Læarsson
2026-06-22 14:06:10 +01:00
parent 738a02ca1d
commit e58e4bc13e
2 changed files with 15 additions and 15 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ BINARY = poc-zeitkort-web
.PHONY: build run clean .PHONY: build run clean
build: build: clean
go clean -cache
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./bin/$(BINARY) . CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./bin/$(BINARY) .
run: build run: build
+13 -14
View File
@@ -585,26 +585,25 @@ details.confirm[open]::before {
.clock { .clock {
font-size: 0.85rem; font-size: 0.85rem;
} }
.running-bar { .reset-banner {
position: fixed; position: fixed;
bottom: 3.5rem;
left: 1rem; left: 1rem;
bottom: 1rem;
top: auto; top: auto;
z-index: 15; justify-content: flex-start;
gap: 8px; gap: 8px;
max-width: calc(100vw - 2rem);
padding: 6px 10px; padding: 6px 10px;
border-radius: 4px; border: 1px solid var(--error-border);
border-radius: 999px;
font-size: 0.7rem; font-size: 0.7rem;
max-width: 280px; text-align: left;
margin: 0;
} }
.rb-task { .reset-countdown {
white-space: nowrap; font-size: 0.9rem;
overflow: hidden; padding: 1px 8px;
text-overflow: ellipsis; border-radius: 999px;
} }
.running-bar .go { .reset-note {
font-size: 0.65rem; display: none;
padding: 2px 8px;
} }
}