set last message

This commit is contained in:
Peter Maquiran
2024-09-10 16:01:51 +01:00
parent f77592d0c4
commit 9fee233d91
23 changed files with 268 additions and 126 deletions
+15
View File
@@ -229,3 +229,18 @@ ion-toolbar {
.header-fix {
padding-top: var(--ion-safe-area-top);
}
.edit-message::part(content) {
width: 600px !important;
height: auto !important;
// left: unset !important;
// right: unset !important;
// top: unset !important;
}
/* Media query for mobile view */
@media (max-width: 768px) { /* Adjust the max-width as per your mobile breakpoints */
.edit-message::part(content) {
width: 360px !important; /* Set width to 300px for mobile screens */
}
}