Add theme: Minimal sidebar

This commit is contained in:
Venca321 2024-08-22 15:32:03 +00:00 committed by GitHub
parent 95fa79ab2c
commit 68930c06f6
5 changed files with 65 additions and 0 deletions

View file

@ -0,0 +1,42 @@
@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;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -0,0 +1,9 @@
{
"uc.minimal-sidebar.hide-alltabs-button.enabled": "Hide the alltabs button",
"uc.minimal-sidebar.hide-profile-button.enabled": "Hide the profile button",
"uc.minimal-sidebar.hide-expand-sidebar-button.enabled": "Hide the expand sidebar button",
"uc.minimal-sidebar.hide-bookmark-button.enabled": "Hide the bookmarks button",
"uc.minimal-sidebar.hide-history-button.enabled": "Hide the history button",
"uc.minimal-sidebar.hide-preferences-button.enabled": "Hide the preferences button",
"uc.minimal-sidebar.compact-spacing.enabled": "Make padding above the remaining buttons smaller"
}

View file

@ -0,0 +1,13 @@
# Zen-Minimal-Sidebar-Theme
With this theme, you can hide the buttons in the sidebar and make it minimalistic.
The following buttons can be hidden:
- All tabs button
- Profile button
- Expand sidebar button
- Bookmarks button
- History button
- Preference button

View file

@ -0,0 +1 @@
{"id": "ab9b529c-63d6-48c0-a59a-4a407c5c3129", "name": "Minimal sidebar", "description": "With this Zen theme, you can remove the buttons from the sidebar and make more space for your tabs", "homepage": "https://github.com/Venca321/Zen-Minimal-Sidebar-Theme", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/image.png", "author": "Venca321", "preferences": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/preferences.json"}