Skip to content

Commit

Permalink
ProfileBannerHeight: fix for themed no banner, release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed May 25, 2024
1 parent 1edd732 commit 029a60a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion themes/ProfileBannerHeight/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"github": "Saltssaumure"
}
],
"version": "1.0.0",
"version": "1.0.1",
"updater": {
"type": "store",
"id": "net.saltssaumure.ProfileBannerHeight"
Expand Down
4 changes: 4 additions & 0 deletions themes/ProfileBannerHeight/scss/_old.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
.avatarWrapper__0cd44 {
top: calc(16px - var(--height-diff));
}
.avatarPositionPremiumNoBanner__8beba {
top: calc(46px - var(--avatar-offset) - var(--height-diff));
left: calc(22px - var(--avatar-offset));
}
}

// Yes image banner
Expand Down

0 comments on commit 029a60a

Please sign in to comment.