mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
Prevent the media lightbox sender info clipping with traffic light on macos (#1141)
This commit is contained in:
parent
bc97be9ab7
commit
e2f7393ad5
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user