You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It still looks weird that the scrollbars are not against the border of the dialog. It will look best if the entire right column scrolled. We can do this by moving the overflow and max-height to .update-text, remove the margin right, add a padding and add the no-padding class to the modal-body in the updates template. Something similar can be done in the About dialog.
@larz0@TomMalbran Pushed. The about-dialog has a changed style as well. Notice that the Brackets on the very top is scrolling as well now, while it wasn't before.
I didn't merge master in 'cause the new update info url, brackets.io/updates/stable/, is not yet working, so it would be much more difficult to test
@SAplayer It looks a lot better now. I think that it is ok that the Brackets title scrolls. Maybe that Brackets title should go to the dialog title, so it should say About Brackets.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@larz0 This makes the UpdateNotification dialog look less weird.
padding-bottom
so that the scroll content fills the complete.modal-body
max-height
so that more changes are shown at once