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) {
|
||||
.avatar {
|
||||
margin: 0 10px 0 0;
|
||||
width: 46px;
|
||||
height: 46px;
|
||||
margin: 0 8px 0 0;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
top: calc(14px + var(--MI-stickyTop, 0px));
|
||||
}
|
||||
}
|
||||
@ -576,11 +576,6 @@ const isDeleted = ref(false);
|
||||
}
|
||||
|
||||
@container (max-width: 300px) {
|
||||
.avatar {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
}
|
||||
|
||||
.root:not(.showActionsOnlyHover) {
|
||||
.footerButton {
|
||||
&:not(:last-child) {
|
||||
|
Loading…
Reference in New Issue
Block a user