mirror of
https://github.com/zen-browser/theme-store.git
synced 2025-07-08 01:10:01 +02:00
Remove Uniform Workspaces Button theme and associated files
This commit is contained in:
parent
08e30eae46
commit
7e5800e943
5 changed files with 0 additions and 58 deletions
14
themes.json
14
themes.json
|
@ -926,20 +926,6 @@
|
|||
"createdAt": "2024-12-01",
|
||||
"updatedAt": "2025-01-26"
|
||||
},
|
||||
"5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c": {
|
||||
"id": "5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c",
|
||||
"name": "Uniform Workspaces Button",
|
||||
"description": "Make the workspaces button consistent with the other sidebar buttons, while remaining unique.",
|
||||
"homepage": "https://github.com/andrewbellucci/zen-uniform-workspaces-button",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/image.png",
|
||||
"author": "andrewbellucci",
|
||||
"version": "1.0.0",
|
||||
"tags": [],
|
||||
"createdAt": "2024-08-24",
|
||||
"updatedAt": "2025-01-26"
|
||||
},
|
||||
"c5f7fb68-cc75-4df0-8b02-dc9ee13aa773": {
|
||||
"id": "c5f7fb68-cc75-4df0-8b02-dc9ee13aa773",
|
||||
"name": "Audio TabIcon Plus",
|
||||
|
|
|
@ -1,27 +0,0 @@
|
|||
#zen-workspaces-button {
|
||||
border-radius: 8px !important;
|
||||
box-sizing: border-box;
|
||||
height: 34px !important;
|
||||
width: 34px !important;
|
||||
border-width: 1px;
|
||||
aspect-ratio: 1 / 1;
|
||||
transition:
|
||||
min-width 100ms ease-out,
|
||||
max-width 100ms ease-out;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
#zen-workspaces-button:hover {
|
||||
background: var(--toolbarbutton-hover-background) !important;
|
||||
}
|
||||
|
||||
#zen-workspaces-button:active {
|
||||
transform: scale(0.9);
|
||||
font-weight: initial;
|
||||
}
|
||||
|
||||
@media (-moz-bool-pref: "zen.view.sidebar-expanded") {
|
||||
#zen-workspaces-button {
|
||||
width: calc(100% - 4px) !important;
|
||||
}
|
||||
}
|
Binary file not shown.
Before Width: | Height: | Size: 8.1 KiB |
|
@ -1,3 +0,0 @@
|
|||
# Zen Browser Theme - Consistent Workspaces Button
|
||||
|
||||
This is a really simple theme put together to make the workspaces button a little more consistent with the other sidebar buttons.
|
|
@ -1,14 +0,0 @@
|
|||
{
|
||||
"id": "5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c",
|
||||
"name": "Uniform Workspaces Button",
|
||||
"description": "Make the workspaces button consistent with the other sidebar buttons, while remaining unique.",
|
||||
"homepage": "https://github.com/andrewbellucci/zen-uniform-workspaces-button",
|
||||
"style": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/chrome.css",
|
||||
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/readme.md",
|
||||
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/5ac61d13-a0dc-400e-aaa0-0f10fd3a7d0c/image.png",
|
||||
"author": "andrewbellucci",
|
||||
"version": "1.0.0",
|
||||
"tags": [],
|
||||
"createdAt": "2024-08-24",
|
||||
"updatedAt": "2025-01-26"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue