mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Minimal sidebar
This commit is contained in:
parent
95fa79ab2c
commit
68930c06f6
5 changed files with 65 additions and 0 deletions
42
themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/chrome.css
Normal file
42
themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/chrome.css
Normal 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;
|
||||||
|
}
|
||||||
|
}
|
BIN
themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/image.png
Normal file
BIN
themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
|
@ -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"
|
||||||
|
}
|
13
themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/readme.md
Normal file
13
themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/readme.md
Normal 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
|
1
themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/theme.json
Normal file
1
themes/ab9b529c-63d6-48c0-a59a-4a407c5c3129/theme.json
Normal 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"}
|
Loading…
Add table
Add a link
Reference in a new issue