Merge pull request #518 from harbassan/master

fix(Sleek): minor bug fix
This commit is contained in:
morpheusthewhite 2021-08-25 13:41:26 +02:00 committed by GitHub
commit 2d7e0d39ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -614,5 +614,19 @@ span.artist-artistVerifiedBadge-badge path:last-child {
/* Shift sidebar when connect bar is visible */
body.qualaroo--connect-bar-visible .playback-bar {
bottom: 107px;
bottom: 107px !important;
}
/* Sidebar Bug Fix */
ul.main-navBar-entryPoints > div.GlueDropTarget{
padding: 0 8px;
}
ul.main-navBar-entryPoints > div.GlueDropTarget >* {
padding: 0 16px;
height: 40px;
border-radius: 4px;
}
ul.main-navBar-entryPoints > div.GlueDropTarget >*.active {
background: var(--spice-card);
}