Merge pull request #3326 from matrix-org/dbkr/device_name_public

Clarify that device names are publicly visible
This commit is contained in:
David Baker
2019-08-20 09:29:45 +01:00
committed by GitHub
4 changed files with 15 additions and 8 deletions

View File

@@ -26,8 +26,13 @@ limitations under the License.
font-weight: bold;
}
.mx_DevicesPanel_header > .mx_DevicesPanel_deviceButtons {
height: 48px; // make this tall so the table doesn't move down when the delete button appears
}
.mx_DevicesPanel_header > div {
display: table-cell;
vertical-align: bottom;
}
.mx_DevicesPanel_header .mx_DevicesPanel_deviceLastSeen {