mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 01:06:35 +00:00
Do not vertically align integration icon (#8934)
This commit is contained in:
parent
c7f4e1152d
commit
982ab93cdb
@ -122,7 +122,6 @@ export class HaIntegrationHeader extends LitElement {
|
|||||||
.header {
|
.header {
|
||||||
display: flex;
|
display: flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
align-items: center;
|
|
||||||
padding: 16px 8px 8px 16px;
|
padding: 16px 8px 8px 16px;
|
||||||
}
|
}
|
||||||
.header img {
|
.header img {
|
||||||
@ -130,6 +129,9 @@ export class HaIntegrationHeader extends LitElement {
|
|||||||
width: 40px;
|
width: 40px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
|
.header .info {
|
||||||
|
align-self: center;
|
||||||
|
}
|
||||||
.header .info div {
|
.header .info div {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user