Add theme: Zero Padding Sidebar

This commit is contained in:
gunir 2024-08-22 10:08:04 +00:00 committed by GitHub
parent 4b2ab07898
commit 9d44d2d6ca
4 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,26 @@
:root * {
--zen-sidebar-action-button-width:36px !important;
--toolbarbutton-inner-padding: unset!important;
--zen-tabbrowser-padding: 0px!important;
--tab-min-width: 36px!important;
}
/* Fix scrollbar visible issue when having a lot of tabs */
#tabbrowser-arrowscrollbox {
scrollbar-width: none
}
#zen-workspaces-button {
border: unset!important;
}
.tabbrowser-tab, .toolbarbutton-1 {
margin: unset!important;
padding: unset!important;
margin-left: 0px!important;
}
#zen-sidebar-icons-wrapper {
align-items: unset!important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View file

@ -0,0 +1,2 @@
Remove padding from the sidebar.

View file

@ -0,0 +1 @@
{"id": "864364cc-45f7-4541-beb8-fb634b0b01d3", "name": "Zero Padding Sidebar", "description": "Remove padding from the sidebar.", "homepage": "https://github.com/gunir/theme-store/tree/mine/mine/absolutezero", "style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/864364cc-45f7-4541-beb8-fb634b0b01d3/chrome.css", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/864364cc-45f7-4541-beb8-fb634b0b01d3/readme.md", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/864364cc-45f7-4541-beb8-fb634b0b01d3/image.png", "author": "gunir"}