Merge pull request #555 from yoshiyoshyosh/master

CSS Tweak to fix avatar issues when "hide tweet stats" is enabled
このコミットが含まれているのは:
Zed 2022-02-20 21:24:20 +01:00 committed by GitHub
コミット ecb6fe4162
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 4AEE18F83AFDEB23
1個のファイルの変更5行の追加2行の削除

ファイルの表示

@ -98,8 +98,6 @@
}
.avatar {
position: absolute;
&.round {
border-radius: 50%;
}
@ -133,8 +131,13 @@
.card-image img {
height: auto;
}
.avatar {
position: absolute;
}
}
.attribution {
display: flex;
pointer-events: all;