-
Notifications
You must be signed in to change notification settings - Fork 3
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
[DO NOT SUBMIT] Minimap concept #139
base: master
Are you sure you want to change the base?
Conversation
[MAJOR CHANGE] Layout + general important fixes
in order to show scrollbar for long names and short sidebar
make tree width overflow the container
Also, fix line number to start from 1 instead of zero
based on the json editor (they both might need a father)
&:after { | ||
content: ''; | ||
display: block; | ||
} |
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.
Rule declaration should be followed by an empty line
combine all editors to a single mega-editor
letter-spacing: -1.5px; | ||
line-height: 6px; | ||
|
||
.ace_text-layer .ace_line { |
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.
Selector ace_text-layer
should be written in lowercase with hyphens
Selector ace_line
should be written in lowercase with hyphens
display: inline; | ||
font-size: 5px; | ||
&:after { | ||
content: ''; |
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.
Prefer double-quoted strings
3cadd3a
to
f07cb84
Compare
good doggy!
looks great on my machine :) |
Change Summary
change short synopsis I [resolves #00]
change short synopsis II (mission without additional info)
change short synopsis III
More info
(Free text here with additional photos, wikis, and additional needed information)
(reviewers _shouldn't approve a PR without the next three checkboxs checked_)
Before you submit a PR, make sure you did the following things: