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:
parent
d6e5561768
commit
0fe46b48cf
4 changed files with 16 additions and 13 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue