mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-13 12:26:35 +00:00
Fix global style
This commit is contained in:
parent
be2c83e017
commit
3567fe70be
@ -14,7 +14,7 @@
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
div {
|
||||
.badge {
|
||||
height: 40px;
|
||||
text-align: center;
|
||||
}
|
||||
@ -37,7 +37,7 @@
|
||||
</style>
|
||||
|
||||
<template>
|
||||
<div class='layout horizontal center'>
|
||||
<div class='layout horizontal center badge'>
|
||||
<domain-icon id='icon'
|
||||
domain='[[stateObj.domain]]' data-domain$='[[stateObj.domain]]'
|
||||
state='[[stateObj.state]]' data-state$='[[stateObj.state]]'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user