Fix: Jerking of the "#mfbpanel" panel when collapsing and expanding on the "Montage review" page

pull/3944/head
IgorA100 2024-04-03 20:53:07 +03:00 committed by GitHub
parent 522f29c5b1
commit c68b6696d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -57,3 +57,8 @@ input[type=range]::-ms-tooltip {
#minTime, #maxTime {
margin: 0 4px;
}
#mfbpanel {
width: calc(100% - 25px);
float: left;
}