Prevent the media lightbox sender info clipping with traffic light on macos (#1141)

This commit is contained in:
Michael Telatynski 2023-08-03 14:38:00 +01:00 committed by GitHub
parent bc97be9ab7
commit e2f7393ad5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,10 @@ export function setupMacosTitleBar(window: BrowserWindow): void {
/* 19px original top value, 32px margin-top above, 12px original margin-top value */
top: calc(19px + 32px - 12px) !important;
}
/* Prevent the media lightbox sender info from clipping into the traffic light buttons */
.mx_ImageView_info_wrapper {
margin-top: 32px;
}
/* Mark the splash screen as a drag handle */
.mx_MatrixChat_splash {