Release 1.5.16
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user