This commit is contained in:
xunuwu 2024-09-27 21:07:44 +02:00
parent 448372de7a
commit ffa3121602
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
11 changed files with 243 additions and 38 deletions

View file

@ -5,7 +5,8 @@
/* Hide tab bar */
#TabsToolbar {
display: none;
/* display: none; */
visibility: collapse;
}
/* urlbar same color as background */
@ -17,3 +18,8 @@
#navigator-toolbox {
border-bottom: none !important;
}
/* Hide shield thing since i never ever change those settings */
#tracking-protection-icon-container {
visibility: collapse;
}