Fix (Montage): Vertical alignment of monitors to top

This fixes the monitor block height issue

+ Added a border around monitor in layer editing mode.
pull/3949/head
IgorA100 2024-04-08 23:44:17 +03:00 committed by GitHub
parent 84e0cb081b
commit 5838368203
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,7 @@
display: flex;
flex-wrap: wrap;
justify-content: center;
align-content: baseline;
}
#monitors:after {
content: ".";
@ -33,6 +34,10 @@
position: relative;
}
#monitors.modeEditingMonitor .monitor {
border: solid red;
}
.monitorStream {
position: relative;
}