mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 19:48:26 +00:00
11 lines
182 B
CSS
11 lines
182 B
CSS
html.private .showNormal,
|
|
html.normal .showPrivate,
|
|
body[tpEnabled] .showTpDisabled,
|
|
body:not([tpEnabled]) .showTpEnabled {
|
|
display: none !important;
|
|
}
|
|
|
|
.hide {
|
|
display: none;
|
|
}
|