Skip to content

Commit a9ebf27

Browse files
committed
Fix Android modal header and body margin/padding issues
1 parent 0be72a4 commit a9ebf27

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

frontend/src/common/components/AIAssistant/AIAssistantModal.scss

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,23 @@
5252
}
5353

5454
/* Fix for Android status bar space */
55-
&.md .ai-assistant-header {
56-
padding-top: 0;
55+
&.md {
56+
.ai-assistant-header {
57+
padding-top: 0;
58+
}
59+
60+
ion-header {
61+
margin-top: 0 !important;
62+
}
63+
64+
&::part(content) {
65+
margin-top: 0;
66+
}
67+
68+
.ai-assistant-modal-body {
69+
margin-top: 0;
70+
padding-top: 0;
71+
}
5772
}
5873

5974
/* iOS specific adjustments if needed */

0 commit comments

Comments
 (0)