Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1,425
Issues
1,425
List
Boards
Labels
Milestones
Merge Requests
49
Merge Requests
49
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
73672dac
Commit
73672dac
authored
Mar 13, 2019
by
Mikaël Salson
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature-c/3694-fix-list-clone-bug-with-old-chromes' into 'dev'
Display bug with Chrome 4x See merge request
!438
parents
e9a82bd8
7149be6b
Pipeline
#67999
passed with stages
in 6 minutes and 49 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
18 additions
and
23 deletions
+18
-23
browser/css/dark.css
browser/css/dark.css
+3
-4
browser/css/light.css
browser/css/light.css
+3
-4
browser/css/segmenter_page.css
browser/css/segmenter_page.css
+3
-4
browser/css/svg.css
browser/css/svg.css
+3
-4
browser/css/talk.css
browser/css/talk.css
+3
-4
browser/css/vidjil.less
browser/css/vidjil.less
+3
-3
No files found.
browser/css/dark.css
View file @
73672dac
...
...
@@ -406,18 +406,17 @@ line {
flex
:
1
1
auto
;
height
:
0px
;
max-height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
}
#data
{
flex
:
0
1
auto
;
border
:
none
;
}
#list_clones
{
flex
:
1
1
auto
;
flex
:
0
1
auto
;
overflow-y
:
scroll
;
overflow-x
:
hidden
;
height
:
calc
(
100%
-
30px
);
/*100% - list_menu height */
max-height
:
100%
;
width
:
100%
;
padding
:
2px
;
}
...
...
browser/css/light.css
View file @
73672dac
...
...
@@ -406,18 +406,17 @@ line {
flex
:
1
1
auto
;
height
:
0px
;
max-height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
}
#data
{
flex
:
0
1
auto
;
border
:
none
;
}
#list_clones
{
flex
:
1
1
auto
;
flex
:
0
1
auto
;
overflow-y
:
scroll
;
overflow-x
:
hidden
;
height
:
calc
(
100%
-
30px
);
/*100% - list_menu height */
max-height
:
100%
;
width
:
100%
;
padding
:
2px
;
}
...
...
browser/css/segmenter_page.css
View file @
73672dac
...
...
@@ -406,18 +406,17 @@ line {
flex
:
1
1
auto
;
height
:
0px
;
max-height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
}
#data
{
flex
:
0
1
auto
;
border
:
none
;
}
#list_clones
{
flex
:
1
1
auto
;
flex
:
0
1
auto
;
overflow-y
:
scroll
;
overflow-x
:
hidden
;
height
:
calc
(
100%
-
30px
);
/*100% - list_menu height */
max-height
:
100%
;
width
:
100%
;
padding
:
2px
;
}
...
...
browser/css/svg.css
View file @
73672dac
...
...
@@ -405,17 +405,16 @@ line {
flex
:
1
1
auto
;
height
:
0px
;
max-height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
}
#data
{
flex
:
0
1
auto
;
}
#list_clones
{
flex
:
1
1
auto
;
flex
:
0
1
auto
;
overflow-y
:
scroll
;
overflow-x
:
hidden
;
height
:
calc
(
100%
-
30px
);
/*100% - list_menu height */
max-height
:
100%
;
width
:
100%
;
padding
:
2px
;
}
...
...
browser/css/talk.css
View file @
73672dac
...
...
@@ -406,18 +406,17 @@ line {
flex
:
1
1
auto
;
height
:
0px
;
max-height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
}
#data
{
flex
:
0
1
auto
;
border
:
none
;
}
#list_clones
{
flex
:
1
1
auto
;
flex
:
0
1
auto
;
overflow-y
:
scroll
;
overflow-x
:
hidden
;
height
:
calc
(
100%
-
30px
);
/*100% - list_menu height */
max-height
:
100%
;
width
:
100%
;
padding
:
2px
;
}
...
...
browser/css/vidjil.less
View file @
73672dac
...
...
@@ -522,6 +522,8 @@ line {
flex: 1 1 auto;
height: 0px; // set scrollbar flex will override height
max-height: 100%;
display: flex;
flex-direction: column;
}
#data{
...
...
@@ -530,11 +532,9 @@ line {
}
#list_clones{
flex:
1
1 auto;
flex:
0
1 auto;
overflow-y : scroll;
overflow-x : hidden;
height : calc(~"100% - 30px"); /*100% - list_menu height */
max-height: 100%;
width: 100%;
padding:2px;
}
...
...
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