Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ensembl-web
ensembl-client
Commits
99be517c
Commit
99be517c
authored
Feb 05, 2019
by
Imran Salam
Browse files
fix height and width issues causing problems in browser
parent
22c6774a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
src/ensembl/src/content/Content.scss
src/ensembl/src/content/Content.scss
+2
-2
src/ensembl/src/content/app/browser/Browser.scss
src/ensembl/src/content/app/browser/Browser.scss
+3
-3
src/ensembl/src/content/app/browser/track-panel/track-panel-bar/TrackPanelBar.scss
...pp/browser/track-panel/track-panel-bar/TrackPanelBar.scss
+1
-1
No files found.
src/ensembl/src/content/Content.scss
View file @
99be517c
@import
'src/styles/common'
;
.content
{
min-height
:
calc
(
100vh
-
96
px
);
min-height
:
calc
(
100vh
-
73
px
);
&
.expanded
{
min-height
:
calc
(
100vh
-
38
px
);
min-height
:
calc
(
100vh
-
25
px
);
}
h2
{
...
...
src/ensembl/src/content/app/browser/Browser.scss
View file @
99be517c
...
...
@@ -6,16 +6,16 @@
.browserInnerWrapper
{
@include
flex
;
height
:
calc
(
100%
-
40
px
);
height
:
calc
(
100%
-
32
px
);
}
.browserImageWrapper
{
&
.semiExpanded
{
width
:
calc
(
100vw
-
35
6
px
);
width
:
calc
(
100vw
-
35
7
px
);
}
&
.expanded
{
width
:
calc
(
100vw
-
3
6
px
);
width
:
calc
(
100vw
-
3
7
px
);
}
&
.collapsed
{
...
...
src/ensembl/src/content/app/browser/track-panel/track-panel-bar/TrackPanelBar.scss
View file @
99be517c
...
...
@@ -3,7 +3,7 @@
.trackPanelBar
{
border-right
:
1px
solid
$ens-medium-grey
;
background
:
$ens-light-grey
;
height
:
calc
(
100vh
-
1
66
px
);
height
:
calc
(
100vh
-
1
77
px
);
width
:
36px
;
&
.expanded
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment