Skip to content

Commit

Permalink
Fix cat feature
Browse files Browse the repository at this point in the history
  • Loading branch information
remitocat committed Dec 20, 2021
1 parent 3588834 commit 64b3f61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/javascript/styles/mastodon/components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1493,6 +1493,7 @@ a .account__avatar {
cursor: pointer;
}

.public-layout .account__avatar,
.account__wrapper-home .account__avatar {
position: relative;
}
Expand Down Expand Up @@ -2695,6 +2696,7 @@ a.account__display-name {

&.darker {
background: $ui-base-color;
z-index: 10;
}
}

Expand Down

0 comments on commit 64b3f61

Please sign in to comment.