Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
StrandLab2.net
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Strand Lab
StrandLab2.net
Commits
f4a9e648
Commit
f4a9e648
authored
4 years ago
by
Gervaise Henry
Browse files
Options
Downloads
Plain Diff
Merge branch '2021_NewPaper' into 'develop'
Change min screen width for cellxgene display to try to fit for ipad See merge request
!104
parents
b34f5a76
0028484f
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!105
Develop
,
!104
Change min screen width for cellxgene display to try to fit for ipad
Pipeline
#9845
passed with stages
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
layouts/custom/cellxgene.html
+1
-1
1 addition, 1 deletion
layouts/custom/cellxgene.html
with
1 addition
and
1 deletion
layouts/custom/cellxgene.html
+
1
−
1
View file @
f4a9e648
...
...
@@ -16,7 +16,7 @@
.no-cellxgene
{
display
:
none
;
}
@media
only
screen
and
(
max-width
:
1
250
px
)
{
@media
only
screen
and
(
max-width
:
1
024
px
)
{
.cellxgene
{
display
:
none
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment