1
0
forked from mirror/misskey

埋め込みのアバターサイズを小さく

This commit is contained in:
moris 2025-02-08 10:06:18 +09:00
parent 504187762b
commit 64da2a61e0

View File

@ -541,9 +541,9 @@ const isDeleted = ref(false);
@container (max-width: 450px) { @container (max-width: 450px) {
.avatar { .avatar {
margin: 0 10px 0 0; margin: 0 8px 0 0;
width: 46px; width: 40px;
height: 46px; height: 40px;
top: calc(14px + var(--MI-stickyTop, 0px)); top: calc(14px + var(--MI-stickyTop, 0px));
} }
} }
@ -576,11 +576,6 @@ const isDeleted = ref(false);
} }
@container (max-width: 300px) { @container (max-width: 300px) {
.avatar {
width: 44px;
height: 44px;
}
.root:not(.showActionsOnlyHover) { .root:not(.showActionsOnlyHover) {
.footerButton { .footerButton {
&:not(:last-child) { &:not(:last-child) {