mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-25 13:02:10 +00:00
fix avatars overflowing in friends bar
This commit is contained in:
parent
b94797c04a
commit
8c9f3c2b83
1 changed files with 5 additions and 0 deletions
5
user.css
5
user.css
|
|
@ -398,6 +398,11 @@ span.artist-artistVerifiedBadge-badge svg > path:last-of-type {
|
|||
border-radius: var(--sidebar-icons-border-radius);
|
||||
}
|
||||
|
||||
.main-avatar-avatar > div {
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
.view-homeShortcutsGrid-shortcut {
|
||||
overflow: hidden;
|
||||
background-color: rgba(var(--spice-rgb-selected-row), 0.4);
|
||||
|
|
|
|||
Loading…
Reference in a new issue