-
-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed radio button spacing with css #654
Conversation
@@ -138,13 +152,13 @@ ul.btn-group { | |||
flex-grow: 0.25 !important; | |||
} | |||
.control.checkbox-container { | |||
flex-flow: unset; | |||
flex-flow: unset;; | |||
} | |||
.control.checkbox-container label { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why isn't this rule specific enough? Why the extra class?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will try your suggestion. I found I needed separate styling for the radio-group labels and the checkbox labels, so that visually they look similar.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK, it worked, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wondering about the checkbox-group on MIDIView, would you prefer it on 2 lines (like elsewhere in the app)? I had to make a scoped style for it....
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think MIDI view deserves dedicated styles. That many checkboxes in a row is once-in-an-app exception.
Do all the labels. There's some you missed in e.g. ExpandScale.vue. |
Code-wise looks good. Too many commits, but I can squash when merging on GitHub. Will review the UI after breakfast. |
Good job! Squashing and merging. |
No description provided.