This commit is contained in:
Mirco Wittrien 2019-07-25 10:23:06 +02:00
parent 88b7a143ac
commit 4042a33f8d
2 changed files with 16 additions and 7 deletions

View File

@ -326,19 +326,25 @@
background: rgba(var(--vtransparencycolor),calc(var(--vtransparencyalpha) * 3)) !important;
}
.wrapper-21YSNc {
margin-bottom: 8px !important;
}
.expandedFolderBackground-2sPsd- {
border-radius: 15px !important;
}
.expandedFolderBackground-2sPsd-.collapsed-1GMuSb {
background: transparent !important;
}
.expandedFolderBackground-2sPsd-:not(.collapsed-1GMuSb) {
background: rgba(var(--vtransparencycolor),calc(var(--vtransparencyalpha) * 2)) !important;
border-radius: 15px !important;
top: 0 !important;
bottom: 0 !important;
}
.expandedFolderBackground-2sPsd-:not(.collapsed-1GMuSb).selected-2vZ0oV,
.expandedFolderBackground-2sPsd-:not(.collapsed-1GMuSb).hover-2ji_A7,
.folder-21wGz3 {
background: rgba(var(--vtransparencycolor),calc(var(--vtransparencyalpha) * 3)) !important;
}
.expandedGuilds-1JMD4M {
height: auto !important;
}
.expandedGuilds-1JMD4M .listItem-2P_4kh:last-child {
margin-bottom: 0 !important;
}
.twitchSectionPlayButton-2RamGG {
background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><path d="M12.3333 10.002V22.002L22.3333 16.002L12.3333 10.002Z" fill="rgb(185,187,190)"/></svg>') !important;

View File

@ -157,6 +157,9 @@ body.foldercontentopened .titleBar-AC4pGV.typeMacOS-3EmCyP .macButtons-2MuSAC {
.wrapper-1Rf91z .wrapper-21YSNc .expandedGuilds-1JMD4M .listItem-2P_4kh {
margin: 6px 0 !important;
}
.wrapper-1Rf91z .wrapper-21YSNc .expandedGuilds-1JMD4M .listItem-2P_4kh:last-child {
margin-bottom: 0;
}
.wrapper-1Rf91z .expandedGuilds-1JMD4M {
margin-left: -1px !important;
padding-left: 1px !important;