mirror of https://github.com/vector-im/riot-web
Merge pull request #6579 from SimonBrandner/family-friendly-branch-name
Fix source picker sizing issues (again)pull/21833/head
commit
390a3ebcbd
|
@ -24,13 +24,11 @@ limitations under the License.
|
|||
align-items: flex-start;
|
||||
height: 500px;
|
||||
overflow: overlay;
|
||||
}
|
||||
|
||||
.mx_desktopCapturerSourcePicker_source {
|
||||
width: 50%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
margin: 8px;
|
||||
}
|
||||
|
||||
.mx_desktopCapturerSourcePicker_source_thumbnail {
|
||||
margin: 4px;
|
||||
|
@ -54,3 +52,5 @@ limitations under the License.
|
|||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue