Skip to content

Commit

Permalink
Fixed margin issue on timer button
Browse files Browse the repository at this point in the history
  • Loading branch information
mikael-ros committed Oct 27, 2024
1 parent a66dc07 commit 657ab5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/components/ui/Timer.css
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@
}
}

.timer[data-open = "false"] #timer__config__input-wrapper {
--gap: 0;
}

.timer[data-open = "true"] .timer__config {
--gap: .75em; /* Sets back to inital. Needs to be same as in interactives.css */
}
Expand Down
2 changes: 1 addition & 1 deletion src/styles/interactives.css
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ select option {
font-size: .7em;
padding: 0.2em;

color: var(--text-color);
color: rgba(var(--_checkbox-color),.9);

text-shadow: none;

Expand Down

0 comments on commit 657ab5b

Please sign in to comment.