commit ec1a5644cf2095b2ac02022ee74245364a946f6b
parent 6e13e484707bff595ecd2222d557bb156ce09e15
Author: Katja (ctucx) <git@ctu.cx>
Date: Sat, 25 Jan 2025 21:49:06 +0100
parent 6e13e484707bff595ecd2222d557bb156ce09e15
Author: Katja (ctucx) <git@ctu.cx>
Date: Sat, 25 Jan 2025 21:49:06 +0100
style.css: swap icon-warning and icon-status
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/static/style.css b/static/style.css @@ -447,7 +447,7 @@ header { .link { vertical-align: bottom; cursor: pointer; - max-inline-size: 22px; + max-inline-size: 26px; margin: 0 .3em; } } @@ -786,11 +786,11 @@ button.color:hover, .button.color:hover { } .icon-status { - content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" height="24" width="24"><path d="M13 13h-2V7h2m-2 8h2v2h-2m4.73-14H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27z"/></svg>'); + content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" height="24" width="24"><path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m8 10V7h-2v6zm0 4v-2h-2v2z"/></svg>'); } .icon-warning { - content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" height="24" width="24"><path d="M5 3h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2m8 10V7h-2v6zm0 4v-2h-2v2z"/></svg>'); + content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" height="24" width="24"><path d="M13 13h-2V7h2m-2 8h2v2h-2m4.73-14H8.27L3 8.27v7.46L8.27 21h7.46L21 15.73V8.27z"/></svg>'); } .icon-other {