Skip to content
Snippets Groups Projects
Unverified Commit 0a648552 authored by Peter Mack's avatar Peter Mack
Browse files

tabmenu.css: Fix private browsing mode (MR 51)

This cuts down the private browsing indicator to a minimum
by hiding the text and removing some padding.
parent c9f61c4d
No related branches found
No related tags found
No related merge requests found
......@@ -9,11 +9,12 @@
#titlebar {
padding-right: 30px;
}
hbox.private-browsing-indicator {
position: fixed !important;
right: 0px;
bottom: 50px;
display: block;
/* Fix private browsing mode for current Firefox >= 115 */
#private-browsing-indicator-with-label {
margin-inline: 0px !important;
width: 0px;
font-size: 0;
}
/* Hide firefox-view tab, as none of the options in about:config hides it on FF 123 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment