aboutsummaryrefslogtreecommitdiff
path: root/.local/etc/firefox/chrome/userChrome.css
diff options
context:
space:
mode:
Diffstat (limited to '.local/etc/firefox/chrome/userChrome.css')
-rw-r--r--.local/etc/firefox/chrome/userChrome.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/etc/firefox/chrome/userChrome.css b/.local/etc/firefox/chrome/userChrome.css
index 0200e43..4ca192f 100644
--- a/.local/etc/firefox/chrome/userChrome.css
+++ b/.local/etc/firefox/chrome/userChrome.css
@@ -1,11 +1,11 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
-/* Hide top tabbar */
+/* to hide the native tabs */
#TabsToolbar {
visibility: collapse;
}
-/* Hide header of sidebar */
+/* to hide the sidebar header */
#sidebar-header {
visibility: collapse;
}