summaryrefslogtreecommitdiffstats
path: root/application/palemoon/base/content/browser.css
diff options
context:
space:
mode:
Diffstat (limited to 'application/palemoon/base/content/browser.css')
-rw-r--r--application/palemoon/base/content/browser.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/application/palemoon/base/content/browser.css b/application/palemoon/base/content/browser.css
index 658655970..05dd00997 100644
--- a/application/palemoon/base/content/browser.css
+++ b/application/palemoon/base/content/browser.css
@@ -760,3 +760,7 @@ toolbarbutton[pmkit-button="true"] > .toolbarbutton-badge-stack > .toolbarbutton
#main-window[inFullscreen] #high-priority-global-notificationbox {
visibility: collapse;
}
+
+#navigator-toolbox[fullscreenShouldAnimate] {
+ transition: 1.5s margin-top ease-out;
+}