Community: Fix position of the "creator heart" (broken by #3783)

This commit is contained in:
Samantaz Fox
2023-05-09 23:37:49 +02:00
parent e238c08be5
commit 6440ae0b5c
2 changed files with 8 additions and 6 deletions

View File

@@ -46,6 +46,7 @@ body a.channel-owner {
}
.creator-heart {
display: inline-block;
position: relative;
width: 16px;
height: 16px;
@@ -66,6 +67,7 @@ body a.channel-owner {
}
.creator-heart-small-container {
display: block;
position: relative;
width: 13px;
height: 13px;