chore: fix modal header on small window size on macOS [skip e2e]

This commit is contained in:
Aman Harwara
2024-01-30 18:57:38 +05:30
parent 2950aaa09a
commit 9c73a23ca0
3 changed files with 19 additions and 3 deletions

View File

@@ -13,6 +13,9 @@
.mac-desktop .app-pane {
padding-top: 25px;
}
.mac-desktop [data-dialog] [data-mobile-modal-header] {
padding-top: 25px;
}
}
@media screen and (min-width: 768px) {