Skip to content

Commit

Permalink
Update app.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Astromations committed Jul 4, 2023
1 parent 0681fc3 commit f628f16
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,23 @@
padding-bottom: 8px
}

.main-buddyFeed-overlay {
border-radius: var(--button-border) !important;
transition: all 0.3s ease
}

.main-avatar-avatar.main-avatar-withBadge:after {
background: var(--spice-button);
-webkit-box-shadow: 0 0 0 1px #000;
box-shadow: 0 0 8px 2px rgba(0,0,0,0.6);
content: "";
height: 12px;
width: 12px;
left: 30px;
bottom: unset !important;
top: 30px;
}

/* ---PLAYLIST VIEW---- */

.Root__main-view {
Expand Down

0 comments on commit f628f16

Please sign in to comment.