mirror of
https://github.com/element-hq/element-web
synced 2024-11-29 21:08:58 +03:00
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:
commit
73b177d075
2 changed files with 8 additions and 4 deletions
|
@ -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;
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue