Added styles to hide X button for whole browser window

This commit is contained in:
Some guy named Michael 2025-01-27 14:21:05 -05:00
parent 89bbe5f649
commit 0454505cc6

View File

@ -13,3 +13,9 @@
.tabbrowser-tab .tab-close-button {
visibility: collapse !important;
}
.titlebar-close {
display: none !important;
}
.titlebar-buttonbox-container {
padding-right: 50px !important;
}