fix(mastodon): overlaying profile header (#222)

* fix(mastodon): overlaying profile header

Fixing an issue where the profile header was partially hidden due to a styled div on top.

* chore(mastodon): bump version number
This commit is contained in:
Andreas 2023-09-25 11:46:12 +02:00 committed by GitHub
parent 4d17d30991
commit fbdcbdc8c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
@name Mastodon Catppuccin
@namespace github.com/catppuccin/userstyles/styles/mastodon
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/mastodon
@version 1.1.9
@version 1.1.10
@description Soothing pastel theme for Mastodon
@author Catppuccin
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/mastodon/catppuccin.user.css
@ -348,8 +348,7 @@ domain("piaille.fr") {
.conversation--unread,
.column-header__collapsible-inner,
.announcements,
.status-card__image,
.account__header__bar {
.status-card__image {
border-color: @crust;
background: @surface0;
}