mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-24 12:35:05 +00:00
fix accidental padding-right
This commit is contained in:
parent
ff7de81d2e
commit
373f62dc60
2 changed files with 5 additions and 10 deletions
13
dist/dribbblish-dynamic.js
vendored
13
dist/dribbblish-dynamic.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -434,7 +434,6 @@ span.artist-artistVerifiedBadge-badge svg > path:last-of-type {
|
|||
.view-homeShortcutsGrid-shortcut,
|
||||
:not(.view-homeShortcutsGrid-imageWrapper) > .main-image-image:not(.main-avatar-image) {
|
||||
border-radius: var(--image-radius) !important;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.main-avatar-image,
|
||||
|
|
@ -450,6 +449,7 @@ span.artist-artistVerifiedBadge-badge svg > path:last-of-type {
|
|||
|
||||
.main-userWidget-box.update-avail {
|
||||
backdrop-filter: invert(0.1);
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
.main-avatar-avatar.main-avatar-withBadge:after {
|
||||
|
|
|
|||
Loading…
Reference in a new issue