mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
fix user icon update available looking weird
This commit is contained in:
parent
5dbd1afbd7
commit
30b66d37a6
1 changed files with 11 additions and 1 deletions
12
user.css
12
user.css
|
|
@ -340,21 +340,31 @@ span.artist-artistVerifiedBadge-badge svg > path:last-of-type {
|
|||
|
||||
.view-homeShortcutsGrid-shortcut {
|
||||
overflow: hidden;
|
||||
background-color: rgba(var(--spice-rgb-selected-row), 0.4);
|
||||
}
|
||||
|
||||
.view-homeShortcutsGrid-shortcut:hover {
|
||||
background-color: rgba(var(--spice-rgb-selected-row), 0.6);
|
||||
}
|
||||
|
||||
.cover-art,
|
||||
.main-userWidget-box,
|
||||
.main-userWidget-box.upd-avail,
|
||||
.view-homeShortcutsGrid-shortcut,
|
||||
:not(.view-homeShortcutsGrid-imageWrapper) > .main-image-image:not(.main-avatar-image) {
|
||||
border-radius: var(--image-radius) !important;
|
||||
}
|
||||
|
||||
.main-avatar-image,
|
||||
.main-userWidget-box:not(.upd-avail),
|
||||
.main-avatar-userIcon,
|
||||
.view-homeShortcutsGrid-shortcutLink {
|
||||
border-radius: var(--sidebar-icons-border-radius) !important;
|
||||
}
|
||||
|
||||
.main-userWidget-box {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.main-avatar-avatar.main-avatar-withBadge:after {
|
||||
box-shadow: 0 0 0 2px var(--spice-sidebar);
|
||||
background-color: var(--spice-notification);
|
||||
|
|
|
|||
Loading…
Reference in a new issue