mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 08:16:36 +00:00
Make the integration header banner smaller (#8935)
This commit is contained in:
parent
982ab93cdb
commit
b96a70cd55
@ -608,7 +608,9 @@ export class HaIntegrationCard extends LitElement {
|
||||
overflow: hidden;
|
||||
}
|
||||
.hasMultiple.single .back-btn {
|
||||
height: 32px;
|
||||
height: 24px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.hasMultiple.group .back-btn {
|
||||
height: 0px;
|
||||
@ -656,7 +658,7 @@ export class HaIntegrationCard extends LitElement {
|
||||
overflow: auto;
|
||||
}
|
||||
.disabled paper-listbox {
|
||||
top: 100px;
|
||||
top: 88px;
|
||||
}
|
||||
}
|
||||
paper-item {
|
||||
|
@ -117,7 +117,7 @@ export class HaIntegrationHeader extends LitElement {
|
||||
background-color: var(--state-color);
|
||||
color: var(--text-on-state-color);
|
||||
text-align: center;
|
||||
padding: 8px;
|
||||
padding: 2px;
|
||||
}
|
||||
.header {
|
||||
display: flex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user