Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LINAGORA
L
LGS
Labs
voice-web
Commits
4acb33ba
Commit
4acb33ba
authored
Sep 30, 2017
by
Patrick Lehner
Browse files
Hide 'Open in app' banner inside native iOS app
parent
23f193d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
web/css/index.css
web/css/index.css
+2
-2
No files found.
web/css/index.css
View file @
4acb33ba
...
...
@@ -742,11 +742,11 @@ body:not(.ios) .recording #background-container {
transition
:
transform
0.2s
linear
;
}
body
.mobile-safari
#install-app
{
body
.mobile-safari
:not
(
.ios
)
#install-app
{
transform
:
translateY
(
0
);
}
body
.mobile-safari
#install-app
.hide
{
body
.mobile-safari
:not
(
.ios
)
#install-app
.hide
{
transform
:
translateY
(
3rem
);
}
...
...
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