forked from mirror/misskey
埋め込みのアバターサイズを小さく
This commit is contained in:
parent
504187762b
commit
64da2a61e0
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user