mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-14 20:23:53 +02:00
42 lines
985 B
CSS
42 lines
985 B
CSS
|
|
@media (-moz-bool-pref: "uc.minimal-sidebar.hide-alltabs-button.enabled") {
|
|
#alltabs-button {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
@media (-moz-bool-pref: "uc.minimal-sidebar.hide-profile-button.enabled") {
|
|
#zen-profile-button {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
@media (-moz-bool-pref: "uc.minimal-sidebar.hide-expand-sidebar-button.enabled") {
|
|
#zen-expand-sidebar-button {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
@media (-moz-bool-pref: "uc.minimal-sidebar.hide-bookmark-button.enabled") {
|
|
#zen-bookmark-button {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
@media (-moz-bool-pref: "uc.minimal-sidebar.hide-history-button.enabled") {
|
|
#zen-history-button {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
@media (-moz-bool-pref: "uc.minimal-sidebar.hide-preferences-button.enabled") {
|
|
#zen-preferences-button {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
@media (-moz-bool-pref: "uc.minimal-sidebar.compact-spacing.enabled") {
|
|
#zen-sidebar-icons-wrapper {
|
|
padding-top: 0px !important;
|
|
}
|
|
}
|