Release 1.5.16

This commit is contained in:
2026-07-26 22:03:36 +01:00
parent 42279d95aa
commit de1469c29d
20 changed files with 679 additions and 242 deletions
+6 -3
View File
@@ -1552,6 +1552,10 @@ html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-color-grid__tile {
z-index: 1085;
}
.app-toast-container {
top: calc(40px + 1rem);
}
.is-hidden {
display: none !important;
}
@@ -1747,9 +1751,8 @@ html[data-bs-theme='dark'] .ck-body-wrapper .ck.ck-color-grid__tile {
background: transparent;
max-width: none;
overflow: hidden;
width: min(calc(100vw - 1rem), 42rem);
max-height: calc(100vh - 1rem);
height: auto;
width: min(calc(100vw - 2rem), 56rem);
max-height: calc(100vh - 0.25rem);
margin: 0;
}