commit d2ee8742991a99d3bbaf307f0c8ed28e4367528b
parent d325d40aafa264af0d969146f90a2b19e15989a4
Author: Katja (ctucx) <git@ctu.cx>
Date: Thu, 30 Jan 2025 11:28:25 +0100
parent d325d40aafa264af0d969146f90a2b19e15989a4
Author: Katja (ctucx) <git@ctu.cx>
Date: Thu, 30 Jan 2025 11:28:25 +0100
style.css: rotate canvas logo
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/assets/style.css b/src/assets/style.css @@ -888,5 +888,5 @@ button.color:hover, .button.color:hover { } .icon-canvas { - content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" height="24" width="24" transform="rotate(90)"><path d="M5 13h14v-2H5zm-2 4h14v-2H3zM7 7v2h14V7z" fill="white"/></svg>'); + content: url('data:image/svg+xml;utf8,<svg version="1.1" viewBox="0 0 24 24" height="24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="m11 5v14h2v-14zm-4-2v14h2v-14zm10 4h-2v14h2z" fill="white"/></svg>'); }