Merge pull request #6579 from SimonBrandner/family-friendly-branch-name

Fix source picker sizing issues (again)
This commit is contained in:
Dariusz Niemczyk 2021-08-07 15:50:17 +02:00 committed by GitHub
commit 390a3ebcbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,13 +24,11 @@ limitations under the License.
align-items: flex-start; align-items: flex-start;
height: 500px; height: 500px;
overflow: overlay; overflow: overlay;
}
.mx_desktopCapturerSourcePicker_source { .mx_desktopCapturerSourcePicker_source {
width: 50%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin: 8px;
}
.mx_desktopCapturerSourcePicker_source_thumbnail { .mx_desktopCapturerSourcePicker_source_thumbnail {
margin: 4px; margin: 4px;
@ -54,3 +52,5 @@ limitations under the License.
overflow: hidden; overflow: hidden;
} }
} }
}
}