fix(Sleek): friend activity header padding (#932)

This commit is contained in:
MGIsHere 2023-05-25 19:00:16 +08:00 committed by GitHub
parent e945db43cb
commit 46a014b13f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -262,6 +262,11 @@ p.main-buddyFeed-timestamp.main-type-finale,
color: var(--spice-subtext);
}
.spotify__os--is-windows .nav-ylx .main-buddyFeed-header {
padding-left: 0;
padding-right: 5px;
}
/* add gradient */
.main-buddyFeed-friendsFeedContainer {
background-image: linear-gradient(to bottom left, var(--spice-sidebar) 0%, var(--spice-player) 100%) !important;