mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-22 16:56:35 +00:00
Fix integration page on mobile (#12447)
This commit is contained in:
parent
824bb9ba35
commit
8ae2d4e93a
@ -111,7 +111,7 @@ const groupByIntegration = (
|
|||||||
class HaConfigIntegrations extends SubscribeMixin(LitElement) {
|
class HaConfigIntegrations extends SubscribeMixin(LitElement) {
|
||||||
@property({ attribute: false }) public hass!: HomeAssistant;
|
@property({ attribute: false }) public hass!: HomeAssistant;
|
||||||
|
|
||||||
@property() public narrow!: boolean;
|
@property({ type: Boolean, reflect: true }) public narrow!: boolean;
|
||||||
|
|
||||||
@property() public isWide!: boolean;
|
@property() public isWide!: boolean;
|
||||||
|
|
||||||
@ -709,6 +709,9 @@ class HaConfigIntegrations extends SubscribeMixin(LitElement) {
|
|||||||
return [
|
return [
|
||||||
haStyle,
|
haStyle,
|
||||||
css`
|
css`
|
||||||
|
:host([narrow]) hass-tabs-subpage {
|
||||||
|
--main-title-margin: 0;
|
||||||
|
}
|
||||||
ha-button-menu {
|
ha-button-menu {
|
||||||
margin-left: 8px;
|
margin-left: 8px;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user