fix message statud bag

This commit is contained in:
Peter Maquiran
2024-08-26 09:59:30 +01:00
parent c9b50620fe
commit 0f94af5f4e
18 changed files with 285 additions and 107 deletions
+16
View File
@@ -383,6 +383,22 @@ $app-theme: mat-light-theme(
opacity: 1;
}
.modal-aside::part(content), .modal-aside .modal-wrapper {
position: absolute;
right: 0px;
height: 90%;
max-width: 100%;
border-radius: 0 0 25px 25px;
-webkit-border-radius: 0 0 25px 25px;
-moz-border-radius: 0 0 25px 25px;
-ms-border-radius: 0 0 25px 25px;
-o-border-radius: 0 0 25px 25px;
max-width: 400px;
width: 100%;
opacity: 1;
top: 0px;
}
.exp-options .popover-content {
width: 100% !important;
left: 0 !important;