Skip to content

Commit

Permalink
Merge branch 'main' of github.com:smarthome-go/smarthome
Browse files Browse the repository at this point in the history
  • Loading branch information
MikMuellerDev committed May 18, 2022
2 parents fb92d4e + b56b431 commit bb68227
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion web/src/pages/automations/dialogs/Inputs.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@
display: flex;
flex-direction: column;
gap: 0.3rem;
transition: .2s opacity;
&.disabled {
Expand All @@ -160,6 +159,11 @@
display: flex;
align-items: center;
gap: 2.5rem;
flex-wrap: wrap;
@include mobile {
gap: 0;
}
}
.timing-mode {
Expand Down

0 comments on commit bb68227

Please sign in to comment.