-
-
Notifications
You must be signed in to change notification settings - Fork 89
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
Sidebar #687
Sidebar #687
Conversation
@@ -99,22 +99,18 @@ export default Component.extend({ | |||
this.jsTreeActionReceiver.send('toggleNode', node.id); | |||
}, | |||
|
|||
didBecomeReady() { | |||
didBecomeReadyOptional() { |
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.
Ugh. Can't believe I wrote this. :)
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.
We all have these moments :D
@@ -14,70 +9,36 @@ | |||
height: $topbar-height; | |||
} | |||
|
|||
@media (max-width: $screen-md-min) { |
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 this still responsive?
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.
No, that is my next task haha.
Pulled out some of the initial changes from #490 to get it in.