-
Notifications
You must be signed in to change notification settings - Fork 8
Tiny graphical edit on in instrument tab #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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -187,14 +187,14 @@ p { | |
| flex: 1 1 auto; | ||
| font-size: 110%; | ||
| color: @labelFontColor; | ||
| text-align: right; | ||
| text-align: center; | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Setting
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Fair point. |
||
| } | ||
| .value { | ||
| .instruments-font(); | ||
| margin: 10px 0; | ||
| font-size: 350%; | ||
| color: @lightFontColor; | ||
| text-align: right; | ||
| text-align: center; | ||
| } | ||
| } | ||
|
|
||
|
|
||
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.
Is the
countries-coastline-10kmpackage necessary if the actual JSON file has been copied underworld-base.geo.json? Maybe we could just add credits to the readme.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 would go the other way.
For more fluid maintenance in time. The JSON should be copied automatically on build or used strait from it's original location.
Im not much used to nodejs but this seem the way to go. Although I woudn't know what would be the best strategy. So I did not push anything on this part exept adding the source package.
It's an improvement but an incomplete feature. Maybe it should come with the opening of an issue.
Uh oh!
There was an error while loading. Please reload this page.
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.
@vokkim What would be the best thing to do with this ?
Im keeping it in my fork untill it's a full feature.
You accept it like that and I open an issue about it on your repo.
Or I remove the dependency, add credits to the readme and you will accept it.