mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
Add theme: Zero Padding Sidebar
This commit is contained in:
parent
4b2ab07898
commit
9d44d2d6ca
4 changed files with 29 additions and 0 deletions
26
themes/864364cc-45f7-4541-beb8-fb634b0b01d3/chrome.css
Normal file
26
themes/864364cc-45f7-4541-beb8-fb634b0b01d3/chrome.css
Normal 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;
|
||||||
|
}
|
BIN
themes/864364cc-45f7-4541-beb8-fb634b0b01d3/image.png
Normal file
BIN
themes/864364cc-45f7-4541-beb8-fb634b0b01d3/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
2
themes/864364cc-45f7-4541-beb8-fb634b0b01d3/readme.md
Normal file
2
themes/864364cc-45f7-4541-beb8-fb634b0b01d3/readme.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
|
||||||
|
Remove padding from the sidebar.
|
1
themes/864364cc-45f7-4541-beb8-fb634b0b01d3/theme.json
Normal file
1
themes/864364cc-45f7-4541-beb8-fb634b0b01d3/theme.json
Normal 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"}
|
Loading…
Add table
Add a link
Reference in a new issue