mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 11:46: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
|
||||
</ha-call-api-button>
|
||||
<div class="spacer"></div>
|
||||
<a href="/config/cloud/google-assistant">
|
||||
<mwc-button>Manage Entities</mwc-button>
|
||||
</a>
|
||||
@ -151,11 +152,14 @@ export class CloudGooglePref extends LitElement {
|
||||
paper-input {
|
||||
width: 200px;
|
||||
}
|
||||
.card-actions {
|
||||
display: flex;
|
||||
}
|
||||
.card-actions a {
|
||||
text-decoration: none;
|
||||
}
|
||||
.card-actions mwc-button {
|
||||
float: right;
|
||||
.spacer {
|
||||
flex-grow: 1;
|
||||
}
|
||||
`;
|
||||
}
|
||||
|
@ -127,6 +127,9 @@ export class CloudRemotePref extends LitElement {
|
||||
.card-actions {
|
||||
display: flex;
|
||||
}
|
||||
.card-actions a {
|
||||
text-decoration: none;
|
||||
}
|
||||
.spacer {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user