mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-27 14:02:13 +00:00
fix currently playing playlist overlay being misaligned
This commit is contained in:
parent
5f11dffb7a
commit
24976c55e1
1 changed files with 1 additions and 1 deletions
|
|
@ -440,7 +440,7 @@ html {
|
||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: flex-start;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue