Merge tag 'v4.3.4'

This commit is contained in:
Mike Barnes 2025-02-28 19:43:58 +11:00
commit f41234e07d
213 changed files with 5876 additions and 2907 deletions

View file

@ -7136,6 +7136,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;
@ -7155,6 +7157,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

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

View file

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