mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2023-06-08.git
synced 2024-08-15 00:53:38 +00:00
Community: Fix position of the "creator heart" (broken by #3783)
This commit is contained in:
parent
e238c08be5
commit
6440ae0b5c
2 changed files with 8 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue