Skip to content

Commit

Permalink
Fix bad mobile display of timing mode selector
Browse files Browse the repository at this point in the history
  • Loading branch information
MikMuellerDev committed May 18, 2022
1 parent bdc2519 commit b56b431
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 b56b431

Please sign in to comment.