mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-05 16:28:17 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user