-
-
Notifications
You must be signed in to change notification settings - Fork 2
Merge changes from swan-integration #12
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
base: master
Are you sure you want to change the base?
Changes from all commits
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 |
|---|---|---|
|
|
@@ -31,4 +31,4 @@ jupyter serverextension enable --py --system packagemanager | |
|
|
||
| USER $NB_UID | ||
|
|
||
| EXPOSE 8888/tcp | ||
| EXPOSE 8888/tcp | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -17,7 +17,7 @@ | |
| } | ||
|
|
||
| #package-name { | ||
| width: 390px; | ||
| width: 380px; | ||
|
Collaborator
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. do you need to have this with fixed size?
Owner
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. Having a 100% width seems to break the searchbar's dimensions. I'll check if there is any better alternative, compared to hardcoding the width. |
||
| } | ||
|
|
||
| #packageview { | ||
|
|
@@ -35,6 +35,14 @@ | |
| font-size: larger; | ||
| } | ||
|
|
||
| #loadingview { | ||
| padding-left: 10px; | ||
| } | ||
|
|
||
| #loadingtext { | ||
| display: inline; | ||
| } | ||
|
|
||
| .installed-values, .to-install-values { | ||
| line-height: 30px; | ||
| cursor: pointer; | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.