Remove Uniform Workspaces Button theme and associated files

This commit is contained in:
NOCanoa 2025-02-09 11:50:17 +00:00
parent 08e30eae46
commit 7e5800e943
5 changed files with 0 additions and 58 deletions

View file

@ -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",

View file

@ -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

View file

@ -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.

View file

@ -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"
}