-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add preference in toolbar #8
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
Conversation
|
I didn't realize you'd be working on this so soon! Can you do me a favor and hold back on other changes (except for the small CSS changes I just suggested)? I'm currently in the process of doing some cleaning up--including redoing the file structure and adding ESLint. This has some ES5 syntax which is totally fine, because I haven't been writing 100% perfect ES6, but I need to go through and fix some of this stuff. |
|
|
||
| .preference__title { | ||
| margin: 0 0; | ||
| font-size: #{$base-font-size}px; |
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.
this font size should be in rem's
|
I'm just going to make these css changes myself, so that I can get started on file restructure. |
|
My bad, I just saw this! Sure, I'll hold back on the rest. |
…s_final_rebuild__MenubarSubmenu_attempt_2 pr05 Typescript #8: migrate client/components/Menubar/MenubarSubmenu
Below are the current changes included to add preferences

