From e348dce530b42dbcbc213e27d0da233e8ce5d125 Mon Sep 17 00:00:00 2001 From: SaltNuggets Date: Tue, 10 Aug 2021 14:09:04 -0400 Subject: [PATCH] Revert "Bug fixes" This reverts commit fa9ea739d1822c2996f796627c1210a092c20872. --- Dreary/user.css | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) diff --git a/Dreary/user.css b/Dreary/user.css index 5fe1dbc..8b6d421 100644 --- a/Dreary/user.css +++ b/Dreary/user.css @@ -526,31 +526,4 @@ padding-top: 8px; } .main-connectToFacebook-facebookButton { color: var(--spice-subbutton-text); -} -.div.GlueDropTarget.personal-library >*.active { - background: var(--spice-selected-row); -} -.main-rootlist-topSentinel{ - right:-10px; -} - -.main-rootlist-rootlistItem { - margin: 4px 3.2vw; - width: 90%; - flex-shrink: 0; - padding-top: 14%; - padding-bottom: 14%; - box-sizing: border-box; - position: relative; - margin-bottom: 8px; - border-radius: 10px; - border: 2px solid var(--spice-text); - display: flex; - text-align: center; - flex-direction: column; - overflow-y:scroll; - transition: all 500ms; -} - - - +} \ No newline at end of file