Merge pull request #4024 from TestardR/develop

Button size reviewed for word consuming languages & Settings showing devices are a bit too tight
This commit is contained in:
Travis Ralston 2020-02-05 10:43:03 +00:00 committed by GitHub
commit 73b177d075
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View file

@ -62,7 +62,7 @@ limitations under the License.
} }
.mx_InviteDialog_goButton { .mx_InviteDialog_goButton {
width: 48px; min-width: 48px;
margin-left: 10px; margin-left: 10px;
height: 25px; height: 25px;
line-height: 25px; line-height: 25px;
@ -131,7 +131,7 @@ limitations under the License.
height: 24px; height: 24px;
grid-column: 1; grid-column: 1;
grid-row: 1; grid-row: 1;
mask-image: url('$(res)/img/feather-customised/check.svg'); mask-image: url("$(res)/img/feather-customised/check.svg");
mask-size: 100%; mask-size: 100%;
mask-repeat: no-repeat; mask-repeat: no-repeat;
position: absolute; position: absolute;

View file

@ -18,7 +18,7 @@ limitations under the License.
display: table; display: table;
table-layout: fixed; table-layout: fixed;
width: 880px; width: 880px;
border-spacing: 2px; border-spacing: 10px;
} }
.mx_DevicesPanel_header { .mx_DevicesPanel_header {
@ -32,7 +32,11 @@ limitations under the License.
.mx_DevicesPanel_header > div { .mx_DevicesPanel_header > div {
display: table-cell; display: table-cell;
vertical-align: bottom; vertical-align: middle;
}
.mx_DevicesPanel_header .mx_DevicesPanel_deviceName {
width: 50%;
} }
.mx_DevicesPanel_header .mx_DevicesPanel_deviceLastSeen { .mx_DevicesPanel_header .mx_DevicesPanel_deviceLastSeen {