Skip to content

Commit

Permalink
fix(css): prevent linebreaks in the repeat button
Browse files Browse the repository at this point in the history
This commit disables linebreaks on buttons. This is mainly because of
the repeat button, that consists of up to two characters.

This solution is not perfect, as it can shift button sizes on change of
the repeat property.

The proper solution would be to find/create icons for `no repeat`,
`repeat one`, `repeat all`.
  • Loading branch information
open-dynaMIX committed Aug 23, 2020
1 parent 1b12dc7 commit 097aa40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webui-page/webui.css
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ h3 {
color: var(--main-bg-color);
cursor: pointer;
font-size: 150px;
white-space: nowrap;
}

.button-x3 {
Expand Down

0 comments on commit 097aa40

Please sign in to comment.