summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
authorJustOff <Off.Just.Off@gmail.com>2018-05-04 18:05:37 +0300
committerJustOff <Off.Just.Off@gmail.com>2018-05-04 18:05:37 +0300
commitbbc8a984099b4fe0414e3ba3c90933a558e0788e (patch)
tree264035d4bdf7dd51e0a02a34324b83b23d60c536 /application
parent4a2aeb152e48c44efa57c140660e99792f4dd350 (diff)
downloadUXP-bbc8a984099b4fe0414e3ba3c90933a558e0788e.tar
UXP-bbc8a984099b4fe0414e3ba3c90933a558e0788e.tar.gz
UXP-bbc8a984099b4fe0414e3ba3c90933a558e0788e.tar.lz
UXP-bbc8a984099b4fe0414e3ba3c90933a558e0788e.tar.xz
UXP-bbc8a984099b4fe0414e3ba3c90933a558e0788e.zip
Delay and shorten animation of transition to the full-screen
Diffstat (limited to 'application')
-rw-r--r--application/palemoon/base/content/browser.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/application/palemoon/base/content/browser.css b/application/palemoon/base/content/browser.css
index 05dd00997..6fd2c5ce1 100644
--- a/application/palemoon/base/content/browser.css
+++ b/application/palemoon/base/content/browser.css
@@ -762,5 +762,6 @@ toolbarbutton[pmkit-button="true"] > .toolbarbutton-badge-stack > .toolbarbutton
}
#navigator-toolbox[fullscreenShouldAnimate] {
- transition: 1.5s margin-top ease-out;
+ transition: 0.7s margin-top ease-out;
+ transition-delay: 0.8s;
}