Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vidjil
vidjil
Commits
707853ee
Commit
707853ee
authored
Mar 31, 2021
by
marc duez
Committed by
Mathieu Giraud
Apr 01, 2021
Browse files
aligner.js :fix for firefox -> auto open segmenter
parent
630f3ad0
Changes
1
Hide whitespace changes
Inline
Side-by-side
browser/js/aligner.js
View file @
707853ee
...
...
@@ -188,7 +188,7 @@ Aligner.prototype = {
var
cur_H
=
seg
.
height
();
var
auto_H
=
seg
.
css
(
'
height
'
,
'
auto
'
).
height
();
if
(
auto_H
>
self
.
min_H
)
{
if
(
auto_H
>
=
self
.
min_H
+
20
)
{
if
(
auto_H
>
self
.
max_H
)
auto_H
=
self
.
max_H
;
if
(
cur_H
<
self
.
min_H
)
cur_H
=
self
.
min_H
;
$
(
"
.menu-content
"
).
css
(
"
bottom
"
,
(
auto_H
+
22
)
+
"
px
"
);
...
...
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