mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
dix bugs
This commit is contained in:
+32
-13
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user