Release v1.5.12

This commit is contained in:
2026-07-26 16:22:28 +01:00
parent ef9cdd2986
commit 4afaeaafb1
20 changed files with 563 additions and 1602 deletions
+27 -30
View File
@@ -1050,7 +1050,7 @@ html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-color-grid__tile {
position: relative;
width: 100%;
min-height: 18rem;
overflow: hidden;
/* overflow: hidden; */
border: 1px solid var(--bs-border-color);
border-radius: 0;
background: var(--bs-body-bg);
@@ -1079,7 +1079,7 @@ html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-color-grid__tile {
.designer-overlay {
z-index: 2;
cursor: crosshair;
cursor: default;
}
.designer-rect {
@@ -1087,9 +1087,10 @@ html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-color-grid__tile {
border: 2px solid rgba(13, 110, 253, 0.95);
background: rgba(13, 110, 253, 0.12);
box-sizing: border-box;
border-radius: 0.35rem;
border-radius: 0;
min-width: 12px;
min-height: 12px;
cursor: move;
}
.designer-rect.selected {
@@ -1099,12 +1100,12 @@ html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-color-grid__tile {
.designer-rect-label {
position: absolute;
left: 0;
top: -1.55rem;
left: 0.4rem;
top: 0.35rem;
max-width: 100%;
padding: 0.15rem 0.45rem;
border-radius: 999px;
background: rgba(33, 37, 41, 0.88);
background: rgba(33, 37, 41, 0.92);
color: #fff;
font-size: 0.75rem;
line-height: 1.2;
@@ -1128,26 +1129,30 @@ html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-color-grid__tile {
}
.resize-handle.nw {
left: -0.4rem;
top: -0.4rem;
left: 0;
top: 0;
transform: translate(-50%, -50%);
cursor: nwse-resize;
}
.resize-handle.ne {
right: -0.4rem;
top: -0.4rem;
right: 0;
top: 0;
transform: translate(50%, -50%);
cursor: nesw-resize;
}
.resize-handle.sw {
left: -0.4rem;
bottom: -0.4rem;
left: 0;
bottom: 0;
transform: translate(-50%, 50%);
cursor: nesw-resize;
}
.resize-handle.se {
right: -0.4rem;
bottom: -0.4rem;
right: 0;
bottom: 0;
transform: translate(50%, 50%);
cursor: nwse-resize;
}
@@ -1376,8 +1381,14 @@ html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-color-grid__tile {
margin: 0;
}
.region-item .remove-region {
justify-self: end;
.region-item [data-region-remove-button] {
width: 100%;
}
.region-item [data-region-remove-button]:disabled {
opacity: 0.65;
box-shadow: none;
cursor: not-allowed;
}
.region-item .form-control:focus,
@@ -1585,10 +1596,6 @@ html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-color-grid__tile {
white-space: nowrap;
}
.playlist-slide-picker-meta {
display: none;
}
.playlist-slide-picker-check {
position: absolute;
top: 0.5rem;
@@ -1856,16 +1863,6 @@ table.table thead th.sort-desc .table-sort-indicator {
grid-template-columns: 1fr;
}
.dashboard-hero-body {
flex-direction: column;
align-items: stretch;
}
.dashboard-hero-stats {
grid-template-columns: 1fr;
min-width: 0;
}
.page-header {
align-items: flex-start;
flex-direction: column;