aboutsummaryrefslogtreecommitdiff
path: root/.local/etc/firefox/chrome/userChrome.css
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2019-10-29 15:05:38 +0100
committerPatrick Spek <p.spek@tyil.nl>2019-10-29 15:05:38 +0100
commit0e13d42cc6020fec4b8477934f7417eece4aa2ae (patch)
tree3969e5261a9a5eeaa085a82301804c9aa7cbbf8f /.local/etc/firefox/chrome/userChrome.css
parentba02050a5089bc1de4dcd071a7d152a551d36088 (diff)
Firefox is made by a bunch of incompetent twats
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;
}