Screen sharing controller localized text improvements

This commit is contained in:
Josh Perez 2021-06-22 15:08:19 -04:00 committed by GitHub
parent 9bffd24708
commit baff13926b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,15 +19,13 @@
} }
&__button { &__button {
max-width: 120px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
} }
&__buttons { &__buttons {
align-items: center; align-items: center;
display: flex; display: flex;
margin-left: 6px;
-webkit-app-region: no-drag; -webkit-app-region: no-drag;
} }