Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
agb@immerda.ch
ipick
Commits
00058a80
Commit
00058a80
authored
Apr 01, 2020
by
o@immerda.ch
Browse files
bugfix
parent
20bae27d
Changes
1
Show whitespace changes
Inline
Side-by-side
ipick.js
View file @
00058a80
...
@@ -17,7 +17,7 @@ var ipickJsIsIncluded = false;
...
@@ -17,7 +17,7 @@ var ipickJsIsIncluded = false;
var
style
=
`
var
style
=
`
#ipick-button {
#ipick-button {
position: absolute;
position: absolute;
bottom:
0
;
bottom:
1.5em
;
left: 0;
left: 0;
width: 10.9375em;
width: 10.9375em;
height: 7.8125em;
height: 7.8125em;
...
@@ -48,7 +48,7 @@ var ipickJsIsIncluded = false;
...
@@ -48,7 +48,7 @@ var ipickJsIsIncluded = false;
}
}
.ipick-menu {
.ipick-menu {
position: fixed;
position: fixed;
bottom:
2em
;
bottom:
0
;
right: 0;
right: 0;
height: 100%;
height: 100%;
width: 100vw;
width: 100vw;
...
...
Write
Preview
Supports
Markdown
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