Skip to content

Commit

Permalink
fix zone select alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierZal committed Jan 16, 2025
1 parent 1056f1a commit 3b2bc70
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions widgets/ata-group-setting/public/dist.css
Original file line number Diff line number Diff line change
Expand Up @@ -1776,6 +1776,9 @@
.-mt-5 {
margin-top: calc(var(--spacing) * -5);
}
.-mr-5 {
margin-right: calc(var(--spacing) * -5);
}
.mb-2 {
margin-bottom: calc(var(--spacing) * 2);
}
Expand Down
2 changes: 1 addition & 1 deletion widgets/ata-group-setting/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<link href="sun.css" rel="stylesheet">
<script defer src="index.mjs"></script>
</head>
<body class="homey-widget-full">
<body class="homey-widget-full homey-text-align-center">
<select
id="zones"
class="select select-ghost text-default text-color font-bold mb-2 max-w-xs"
Expand Down
3 changes: 3 additions & 0 deletions widgets/charts/public/dist.css
Original file line number Diff line number Diff line change
Expand Up @@ -1776,6 +1776,9 @@
.-mt-5 {
margin-top: calc(var(--spacing) * -5);
}
.-mr-5 {
margin-right: calc(var(--spacing) * -5);
}
.mb-2 {
margin-bottom: calc(var(--spacing) * 2);
}
Expand Down
2 changes: 1 addition & 1 deletion widgets/charts/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script defer src="https://cdn.jsdelivr.net/npm/apexcharts"></script>
<script defer src="index.mjs"></script>
</head>
<body class="homey-widget-full">
<body class="homey-widget-full homey-text-align-center">
<select
id="zones"
class="select select-ghost text-default text-color font-bold mb-2 max-w-xs"
Expand Down

0 comments on commit 3b2bc70

Please sign in to comment.