From a7494deec805dac3dfba00f51a0685fe05d3a771 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 28 Jan 2025 10:30:07 -0600 Subject: [PATCH] add back nav buttons to firefox --- .../private_firefox/profile.daylin/chrome/userChrome.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/home/private_dot_mozilla/private_firefox/profile.daylin/chrome/userChrome.css b/home/private_dot_mozilla/private_firefox/profile.daylin/chrome/userChrome.css index a2b92b8..7df2181 100644 --- a/home/private_dot_mozilla/private_firefox/profile.daylin/chrome/userChrome.css +++ b/home/private_dot_mozilla/private_firefox/profile.daylin/chrome/userChrome.css @@ -64,12 +64,14 @@ } -/* Page back and foward buttons */ +/* Page back and foward buttons +* #back-button, #forward-button { display: none !important; } +*/ /* Extensions button */ #unified-extensions-button { @@ -174,4 +176,4 @@ } /* Remove duplicated window control buttons*/ #nav-bar .titlebar-buttonbox{display: none !important -} \ No newline at end of file +}