mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-21 00:06:35 +00:00
Fix ars padding
This commit is contained in:
parent
52e31648bf
commit
d130471a99
@ -6170,7 +6170,7 @@ export const demoEntitiesArsaboo: () => Entity[] = () =>
|
|||||||
},
|
},
|
||||||
"light.lifx5": {
|
"light.lifx5": {
|
||||||
entity_id: "light.lifx5",
|
entity_id: "light.lifx5",
|
||||||
state: "off",
|
state: "on",
|
||||||
attributes: {
|
attributes: {
|
||||||
min_mireds: 111,
|
min_mireds: 111,
|
||||||
max_mireds: 400,
|
max_mireds: 400,
|
||||||
|
@ -135,10 +135,10 @@ export const demoLovelaceArsaboo: () => LovelaceConfig = () => ({
|
|||||||
off: "brightness(80%) saturate(0.8)",
|
off: "brightness(80%) saturate(0.8)",
|
||||||
},
|
},
|
||||||
style: {
|
style: {
|
||||||
top: "48%",
|
top: "40%",
|
||||||
left: "11%",
|
left: "11%",
|
||||||
width: "7%",
|
width: "7%",
|
||||||
padding: "50px 50px 100px 50px",
|
padding: "10px",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -218,10 +218,10 @@ export const demoLovelaceArsaboo: () => LovelaceConfig = () => ({
|
|||||||
off: "brightness(80%) saturate(0.8)",
|
off: "brightness(80%) saturate(0.8)",
|
||||||
},
|
},
|
||||||
style: {
|
style: {
|
||||||
top: "38%",
|
top: "34%",
|
||||||
left: "50%",
|
left: "50%",
|
||||||
width: "7%",
|
width: "7%",
|
||||||
padding: "50px 50px 100px 50px",
|
padding: "10px",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -299,10 +299,10 @@ export const demoLovelaceArsaboo: () => LovelaceConfig = () => ({
|
|||||||
off: "brightness(80%) saturate(0.8)",
|
off: "brightness(80%) saturate(0.8)",
|
||||||
},
|
},
|
||||||
style: {
|
style: {
|
||||||
top: "98%",
|
top: "92%",
|
||||||
left: "20%",
|
left: "20%",
|
||||||
width: "7%",
|
width: "7%",
|
||||||
padding: "50px 50px 100px 50px",
|
padding: "10px",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -337,10 +337,10 @@ export const demoLovelaceArsaboo: () => LovelaceConfig = () => ({
|
|||||||
off: "brightness(80%) saturate(0.8)",
|
off: "brightness(80%) saturate(0.8)",
|
||||||
},
|
},
|
||||||
style: {
|
style: {
|
||||||
top: "68%",
|
top: "60%",
|
||||||
left: "78%",
|
left: "78%",
|
||||||
width: "7%",
|
width: "7%",
|
||||||
padding: "50px 50px 100px 50px",
|
padding: "10px",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -358,11 +358,10 @@ export const demoLovelaceArsaboo: () => LovelaceConfig = () => ({
|
|||||||
off: "brightness(80%) saturate(0.8)",
|
off: "brightness(80%) saturate(0.8)",
|
||||||
},
|
},
|
||||||
style: {
|
style: {
|
||||||
top: "81%",
|
top: "84%",
|
||||||
left: "63%",
|
left: "82%",
|
||||||
width: "7%",
|
width: "7%",
|
||||||
padding: "0 50px 100px 50px",
|
padding: "10px",
|
||||||
transform: "none",
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -491,7 +490,7 @@ export const demoLovelaceArsaboo: () => LovelaceConfig = () => ({
|
|||||||
top: "70%",
|
top: "70%",
|
||||||
left: "80%",
|
left: "80%",
|
||||||
width: "7%",
|
width: "7%",
|
||||||
padding: "50px 50px 100px 50px",
|
padding: "10px",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user