Fix/issue/3149 (#3162)

* fix(docker): fix container startup crash due to missing OD_API_TOKEN

* fix(docker): forward OD_API_TOKEN to fix docker container boot loop

* fix(docker): enforce non-empty OD_API_TOKEN for docker-compose

* fix(deploy): automate OD_API_TOKEN generation in installer and close compose loop

* docs(readme): guide manual deployment users to configure OD_API_TOKEN

* docs(readme): align working directory paths for manual deployment instructions

* docs(readme): align working directory paths for manual deployment instructions

* docs(readme): restore git clone context for first-time users

* fix(web): add min-width constraints to plugin filter span and pill button

related issue 3149
This commit is contained in:
hahalolo 2026-05-29 11:03:03 +08:00 committed by GitHub
parent 49573f031a
commit afc5f52445
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -284,6 +284,11 @@
font-size: 12px;
}
.plugins-view__filter span {
min-width: 32px;
text-align: center;
}
.plugins-view__filter select {
min-height: 32px;
min-width: 180px;
@ -377,6 +382,7 @@
justify-content: center;
gap: 6px;
min-height: 32px;
min-width: 48px;
padding: 0 11px;
border-radius: var(--radius-sm);
font-size: 12px;