mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
Temporary fix for canvas
This commit is contained in:
parent
324f041729
commit
86cabfaef8
1 changed files with 5 additions and 0 deletions
5
user.css
5
user.css
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue