mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Fix user config UI for mobile (#5469)
This commit is contained in:
parent
f36a1bbf4a
commit
42d5349db7
@ -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;
|
||||
|
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user