mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 19:56:42 +00:00
Fix Google manage entity button on small screens (#3234)
This commit is contained in:
parent
fe4811b278
commit
be4dd5b20b
@ -99,6 +99,7 @@ export class CloudGooglePref extends LitElement {
|
|||||||
>
|
>
|
||||||
Sync entities to Google
|
Sync entities to Google
|
||||||
</ha-call-api-button>
|
</ha-call-api-button>
|
||||||
|
<div class="spacer"></div>
|
||||||
<a href="/config/cloud/google-assistant">
|
<a href="/config/cloud/google-assistant">
|
||||||
<mwc-button>Manage Entities</mwc-button>
|
<mwc-button>Manage Entities</mwc-button>
|
||||||
</a>
|
</a>
|
||||||
@ -151,11 +152,14 @@ export class CloudGooglePref extends LitElement {
|
|||||||
paper-input {
|
paper-input {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
.card-actions {
|
||||||
|
display: flex;
|
||||||
|
}
|
||||||
.card-actions a {
|
.card-actions a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.card-actions mwc-button {
|
.spacer {
|
||||||
float: right;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
}
|
}
|
||||||
|
@ -127,6 +127,9 @@ export class CloudRemotePref extends LitElement {
|
|||||||
.card-actions {
|
.card-actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
.card-actions a {
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.spacer {
|
.spacer {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user