Merge commit 'c1f398ae93' into kb-draft-15.9-lts

This commit is contained in:
KMY 2025-02-28 09:14:02 +09:00
commit 3eead356e7
207 changed files with 6055 additions and 3148 deletions

View file

@ -7440,6 +7440,8 @@ a.status-card {
}
&--layout-3 {
min-height: calc(64px * 2 + 8px);
& > .media-gallery__item:nth-child(1) {
border-end-end-radius: 0;
border-start-end-radius: 0;
@ -7459,6 +7461,8 @@ a.status-card {
}
&--layout-4 {
min-height: calc(64px * 2 + 8px);
& > .media-gallery__item:nth-child(1) {
border-end-end-radius: 0;
border-start-end-radius: 0;

View file

@ -680,6 +680,10 @@ code {
}
}
}
.status-card {
contain: unset;
}
}
.block-icon {

View file

@ -82,6 +82,7 @@
.accounts-table {
width: 100%;
table-layout: fixed;
.account {
padding: 0;