Skip to content

Commit

Permalink
🐛 fix: #57
Browse files Browse the repository at this point in the history
  • Loading branch information
sanoojes committed Sep 4, 2024
1 parent 8cf0cd1 commit 8939ed0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,8 @@ div[data-testid="hpto-parent-container"] {

.lyrics-lyrics-contentWrapper,
.main-view-container__scroll-node,
.nw2W4ZMdICuBo08Tzxg9
.nw2W4ZMdICuBo08Tzxg9,
.main-devicePicker-section

/* ADD: Right sidebar scroll node */
{
Expand Down Expand Up @@ -1057,6 +1058,11 @@ div[data-testid="hpto-parent-container"] {
background-color: var(--spice-main);
}

.main-devicePicker-troubleshootingList>div[aria-describedby="device-picker-troubleshooting-list"] a,
.main-devicePicker-troubleshootingList>div:last-child a {
margin-top: var(--margin-md, 0.5rem);
}

.BoxComponent-group-listRow-naked-isInteractive-minBlockSize_56px:hover::after,
.Box-group-naked-listRow-isInteractive-hasLeadingOrMedia-minBlockSize_56px:hover,
.BoxComponent-group-card-naked-isInteractive-draggable:hover,
Expand Down

0 comments on commit 8939ed0

Please sign in to comment.