diff --git a/Dreary/user.css b/Dreary/user.css index 8b6d421..5fe1dbc 100644 --- a/Dreary/user.css +++ b/Dreary/user.css @@ -526,4 +526,31 @@ padding-top: 8px; } .main-connectToFacebook-facebookButton { color: var(--spice-subbutton-text); -} \ No newline at end of file +} +.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; +} + + +