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
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;