From 8939ed00bb9820de9f76da41da7f2ed21aeeda40 Mon Sep 17 00:00:00 2001 From: Sanooj Es Date: Thu, 5 Sep 2024 00:26:00 +0530 Subject: [PATCH] :bug: fix: #57 --- src/user.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/user.css b/src/user.css index 59b1ee5a..cb7068dc 100644 --- a/src/user.css +++ b/src/user.css @@ -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 */ { @@ -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,