Make progress bar styling more compatible (UXP, etc) (#636)

* Make progress bar styling more compatible (UXP, etc)

* Add 'Make progress bar styling more compatible (UXP, etc)'

* chore: spelling

Signed-off-by: Xe Iaso <me@xeiaso.net>

---------

Signed-off-by: Xe Iaso <me@xeiaso.net>
Co-authored-by: Fierelier <fier@airmail.cc>
Co-authored-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Fierelier 2025-06-09 16:19:38 +00:00 committed by GitHub
parent d6e5561768
commit 0fe46b48cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 16 additions and 13 deletions

View file

@ -37,6 +37,7 @@ templ base(title string, body templ.Component, challenge any, ogTags map[string]
#progress {
display: none;
width: 90%;
width: min(20rem, 90%);
height: 2rem;
border-radius: 1rem;