Improve web app
Standalone mode Don't display bookmarklet in standalone mode Correct start URL
This commit is contained in:
parent
94527e11e1
commit
28d1319d73
3 changed files with 9 additions and 3 deletions
|
@ -658,3 +658,9 @@ h1 {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
@media all and (display-mode: standalone) {
|
||||
.bookmarklet {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue