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