-
Notifications
You must be signed in to change notification settings - Fork 298
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
add collapsible sidebar which is capable of showing only icons #133
base: main
Are you sure you want to change the base?
Changes from 1 commit
d766720
2bee3e7
5ccb201
e2353dd
6cc07c6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,7 +58,7 @@ a > .info-box { | |
color: #333; | ||
} | ||
|
||
/* Disable bouncy transition for sidebar toggle. */ | ||
/* Disable bouncy transition for sidebar toggle. | ||
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. Why is this commented out? 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. because it adresses #79 which I included because it made sense to me (at that time at least). Sorry forgot to mention it. Should (Can) I open a new PR for it ? |
||
.content-wrapper, | ||
.right-side, | ||
.main-footer { | ||
|
@@ -74,7 +74,7 @@ a > .info-box { | |
-o-transition: all 0 none; | ||
transition: none; | ||
} | ||
|
||
*/ | ||
|
||
/* Shiny Server Pro logout panel needs to be raised above menu bar */ | ||
.shiny-server-account { | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
IIRC, this should be a
1
because that's what's expected by AdminLTE. Also,TRUE
is not particularly meaningful in HTML. For example,