1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-24 20:55:49 +00:00

Fix user config UI for mobile (#5469)

This commit is contained in:
Bram Kragten
2020-04-06 16:42:06 +02:00
committed by GitHub
parent f36a1bbf4a
commit 42d5349db7
2 changed files with 1 additions and 2 deletions

View File

@@ -204,7 +204,7 @@ class DialogUserDetail extends LitElement {
haStyleDialog,
css`
ha-dialog {
--mdc-dialog-min-width: 500px;
--mdc-dialog-max-width: 500px;
}
.form {
padding-top: 16px;

View File

@@ -63,7 +63,6 @@ export class HaConfigUsers extends LitElement {
"ui.panel.config.users.picker.headers.system"
),
type: "icon",
width: "10%",
sortable: true,
filterable: true,
template: (generated) => html`