This commit is contained in:
Janbo 2025-06-25 14:16:53 -04:00 committed by GitHub
commit e782a1aaf5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 3 deletions

View file

@ -2,3 +2,8 @@
margin-top: var(--zen-element-separation) !important; margin-top: var(--zen-element-separation) !important;
margin-bottom: var(--zen-element-separation) !important; margin-bottom: var(--zen-element-separation) !important;
} }
toolbarbutton.titlebar-button {
height: calc(38px + 2 * var(--zen-element-separation)) !important;
width: calc(38px + 2 * var(--zen-element-separation)) !important;
margin-top: calc(-1 * var(--zen-element-separation)) !important;
}

View file

@ -7,8 +7,8 @@
"readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/readme.md", "readme": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/readme.md",
"image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/image.png", "image": "https://raw.githubusercontent.com/zen-browser/theme-store/main/themes/6c122084-c4ec-4c9e-8cc5-3d87c3a089cb/image.png",
"author": "jusnim", "author": "jusnim",
"version": "1.0.0", "version": "1.0.1",
"tags": [], "tags": [],
"createdAt": "2024-12-03", "createdAt": "2024-12-03",
"updatedAt": "2025-01-26" "updatedAt": "2025-05-28"
} }