Temporary fix for canvas

This commit is contained in:
Send_Nukez 2021-09-28 20:35:21 +02:00
parent 324f041729
commit 86cabfaef8

View file

@ -1,3 +1,8 @@
/* Temporay fix for Canvas taking up half the screen */
body > canvas[width="250"][height="250"] {
display: none;
}
:root {
--bar-height: 70px;
--bar-cover-art-size: 40px;