mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-27 03:06:41 +00:00
Fix alignments in integration card (#7404)
This commit is contained in:
parent
af2250835a
commit
baf31d1c1e
@ -475,7 +475,7 @@ export class HaIntegrationCard extends LitElement {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
padding: 16px 16px 8px 16px;
|
padding: 16px 16px 8px 16px;
|
||||||
vertical-align: middle;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
.group-header h1 {
|
.group-header h1 {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
@ -506,7 +506,6 @@ export class HaIntegrationCard extends LitElement {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 0;
|
|
||||||
min-height: 24px;
|
min-height: 24px;
|
||||||
}
|
}
|
||||||
h3 {
|
h3 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user