mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-07 17:05:31 +02:00
Add theme: Quick Compact CTRL Tab
This commit is contained in:
parent
9d59e17e5a
commit
c578e372aa
4 changed files with 27 additions and 0 deletions
9
themes/a8bf4b69-bf60-4294-8604-12db65b9bf50/chrome.css
Normal file
9
themes/a8bf4b69-bf60-4294-8604-12db65b9bf50/chrome.css
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
#navigator-toolbox[flash-popup]{
|
||||||
|
&:not([zen-has-hover]){
|
||||||
|
transition: none !important;
|
||||||
|
&:not([supress-primary-adjustment='true']) {
|
||||||
|
opacity: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
BIN
themes/a8bf4b69-bf60-4294-8604-12db65b9bf50/image.png
Normal file
BIN
themes/a8bf4b69-bf60-4294-8604-12db65b9bf50/image.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 211 KiB |
4
themes/a8bf4b69-bf60-4294-8604-12db65b9bf50/readme.md
Normal file
4
themes/a8bf4b69-bf60-4294-8604-12db65b9bf50/readme.md
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
|
||||||
|
# Quick Compact Tab Switch ::
|
||||||
|
Removes floating tabs sidebar when switching tabs with Ctrl + Tab in Compact mode.
|
||||||
|
N. B: also removes sidebar's animation when **quickly** switching tabs with mouse.
|
14
themes/a8bf4b69-bf60-4294-8604-12db65b9bf50/theme.json
Normal file
14
themes/a8bf4b69-bf60-4294-8604-12db65b9bf50/theme.json
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
{
|
||||||
|
"id": "a8bf4b69-bf60-4294-8604-12db65b9bf50",
|
||||||
|
"name": "Quick Compact CTRL Tab",
|
||||||
|
"description": "Removes floating tabs sidebar when switching tabs with Ctrl + Tab in Compact mode.",
|
||||||
|
"homepage": "",
|
||||||
|
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a8bf4b69-bf60-4294-8604-12db65b9bf50/chrome.css",
|
||||||
|
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a8bf4b69-bf60-4294-8604-12db65b9bf50/readme.md",
|
||||||
|
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/a8bf4b69-bf60-4294-8604-12db65b9bf50/image.png",
|
||||||
|
"author": "schizokid88",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"tags": [],
|
||||||
|
"createdAt": "2025-04-23",
|
||||||
|
"updatedAt": "2025-04-23"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue