diff options
| author | Samantaz Fox <coding@samantaz.fr> | 2023-05-09 23:37:49 +0200 |
|---|---|---|
| committer | Samantaz Fox <coding@samantaz.fr> | 2023-05-23 23:32:23 +0200 |
| commit | 6440ae0b5c15355dd87959412ea609396a198215 (patch) | |
| tree | 406bd94c73766617824e9f00952354a404a98e98 /assets | |
| parent | e238c08be5ad43c928a2f6cff17a46ef5d30b4b8 (diff) | |
| download | invidious-6440ae0b5c15355dd87959412ea609396a198215.tar.gz invidious-6440ae0b5c15355dd87959412ea609396a198215.tar.bz2 invidious-6440ae0b5c15355dd87959412ea609396a198215.zip | |
Community: Fix position of the "creator heart" (broken by #3783)
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/default.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assets/css/default.css b/assets/css/default.css index 23649f8f..431a0427 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -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; |
