diff options
author | Martin Stransky <stransky@redhat.com> | 2019-12-04 18:19:48 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2019-12-04 18:19:48 +0100 |
commit | 7f42be80771e33eb291093af673804f44a023022 (patch) | |
tree | 44bf77b97f191093dae6dd27f5be95f93af1abe5 /kiosk-workaround.patch | |
parent | Disabled PGO due to startup crash (diff) | |
download | librewolf-fedora-ff-7f42be80771e33eb291093af673804f44a023022.tar.gz librewolf-fedora-ff-7f42be80771e33eb291093af673804f44a023022.tar.bz2 librewolf-fedora-ff-7f42be80771e33eb291093af673804f44a023022.zip |
Included kiosk mode workaround (mozbz#1594738)
Diffstat (limited to 'kiosk-workaround.patch')
-rw-r--r-- | kiosk-workaround.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/kiosk-workaround.patch b/kiosk-workaround.patch new file mode 100644 index 0000000..085ea29 --- /dev/null +++ b/kiosk-workaround.patch @@ -0,0 +1,12 @@ +diff -up firefox-71.0/browser/base/content/browser.css.old firefox-71.0/browser/base/content/browser.css +--- firefox-71.0/browser/base/content/browser.css.old 2019-12-04 18:15:20.059908708 +0100 ++++ firefox-71.0/browser/base/content/browser.css 2019-12-04 18:15:23.181905115 +0100 +@@ -841,7 +841,7 @@ window[chromehidden~="toolbar"] toolbar: + /* Full Screen UI */ + + #fullscr-toggler { +- height: 1px; ++ height: 0px; + background: black; + } + |