mirror of
https://github.com/home-assistant/frontend.git
synced 2026-04-07 03:14:00 +00:00
Fix Google manage entity button on small screens (#3234)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user