This commit is contained in:
Peter Maquiran
2024-02-28 09:04:11 +01:00
parent d851aff6ef
commit a5f458de2e
111 changed files with 7528 additions and 942 deletions
+32 -13
View File
@@ -39,11 +39,12 @@
.aside-modal::part(content) {
position: absolute;
right: 0px;
height: 100%;
width: 400px;
.aside-mode-poppover::part {
position: absolute;
left: calc(100% - 400px);
height: 1000px;
width: 400px;
top: 0px;
}
.modal-width-100-width-background::part(content),
@@ -141,16 +142,34 @@ ion-modal::part(content) {
.transparentblack-modal::part(content) {
--background: rgb(44, 39, 45);
--background: rgb(44, 39, 45);
}
.exp-options::part(content) {
width: 100% !important;
left: 0 !important;
bottom: 0 !important;
right: 0 !important;
top: unset !important;
}
.exp-options-desktop::part(content) {
width: 400px !important;
height: 100% !important;
left: calc(100% - 400px) !important;
bottom: 0 !important;
top: 0 !important;
}
.exp-options::part(content) {
width: 100% !important;
left: 0 !important;
bottom: 0 !important;
right: 0 !important;
top: unset !important;
.exp-options-gabinete::part(background), .exp-options-gabinete::part(content), .exp-options-gabinete {
width: 50% !important;
left: 0 !important;
bottom: 0 !important;
right: 0 !important;
top: unset !important;
}
@@ -201,4 +220,4 @@ ion-toolbar {
.header-fix {
padding-top: var(--ion-safe-area-top);
}
}