Compare commits

...

4 Commits

Author SHA1 Message Date
mauro-balades
933e192e0c only display separator when theres a visible tab 2024-09-30 16:45:49 +02:00
mauro-balades
7662707c84 Merge branch 'main' of https://github.com/zen-browser/desktop 2024-09-30 16:42:05 +02:00
mauro-balades
7e894eb4b5 Update vertical-tabs.css to adjust min-width of toolbox buttons 2024-09-30 16:39:11 +02:00
Mauro Baladés
20cef9aabb Sign and package windows artifacts 2024-09-30 06:01:42 +03:00
11 changed files with 11 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<updates>
<update type="minor" displayVersion="1.0.1-a.5" appVersion="1.0.1-a.5" platformVersion="130.0.1" buildID="20240924220503">
<patch type="complete" URL="https://github.com/zen-browser/desktop/releases/download/1.0.1-a.5/windows-generic.mar" hashFunction="sha512" hashValue="a3cb65d8286bbfe126091d426f80521869ac34b35ed2b3e408abb2beed2211caf66e14bcec4cc7608c24533691427c3bed272338cded84952a3f474945f1d422" size="72356444"/>
<update type="minor" displayVersion="1.0.1-a.6" appVersion="1.0.1-a.6" platformVersion="130.0.1" buildID="20240930011344">
<patch type="complete" URL="https://github.com/zen-browser/desktop/releases/download/1.0.1-a.6/windows-generic.mar" hashFunction="sha512" hashValue="f3b9de39cb87657bfe975242b663f18b7e656fc527917fbfbd0377af3fee5d7e55455c2d023127acefb7cc86cdf5566f7f1fc45bb18947a7ac1726d7f0c41735" size="72382676"/>
</update>
</updates>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<updates>
<update type="minor" displayVersion="1.0.1-a.5" appVersion="1.0.1-a.5" platformVersion="130.0.1" buildID="20240924220503">
<patch type="complete" URL="https://github.com/zen-browser/desktop/releases/download/1.0.1-a.5/windows-generic.mar" hashFunction="sha512" hashValue="a3cb65d8286bbfe126091d426f80521869ac34b35ed2b3e408abb2beed2211caf66e14bcec4cc7608c24533691427c3bed272338cded84952a3f474945f1d422" size="72356444"/>
<update type="minor" displayVersion="1.0.1-a.6" appVersion="1.0.1-a.6" platformVersion="130.0.1" buildID="20240930011344">
<patch type="complete" URL="https://github.com/zen-browser/desktop/releases/download/1.0.1-a.6/windows-generic.mar" hashFunction="sha512" hashValue="f3b9de39cb87657bfe975242b663f18b7e656fc527917fbfbd0377af3fee5d7e55455c2d023127acefb7cc86cdf5566f7f1fc45bb18947a7ac1726d7f0c41735" size="72382676"/>
</update>
</updates>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<updates>
<update type="minor" displayVersion="1.0.1-a.5" appVersion="1.0.1-a.5" platformVersion="130.0.1" buildID="20240924220342">
<patch type="complete" URL="https://github.com/zen-browser/desktop/releases/download/1.0.1-a.5/windows.mar" hashFunction="sha512" hashValue="ca7f2506ea94095b0146820263e95f17888c06bf3eeda9728425e073c24a8f754143c3cd92b834a7583144eb2fb9a6a0618b1a961452e15a341cb5fd93d9af9d" size="72318312"/>
<update type="minor" displayVersion="1.0.1-a.6" appVersion="1.0.1-a.6" platformVersion="130.0.1" buildID="20240930010830">
<patch type="complete" URL="https://github.com/zen-browser/desktop/releases/download/1.0.1-a.6/windows.mar" hashFunction="sha512" hashValue="bc386d70049f18a8aa0ca5d2c997ba810ae09bd6803415f1c504809d8ed66f20f8526c1bb3f92cc5a61dae9df6ddba1a0c07e2c7eba6a6058dff7617ffaf7de5" size="72360296"/>
</update>
</updates>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<updates>
<update type="minor" displayVersion="1.0.1-a.5" appVersion="1.0.1-a.5" platformVersion="130.0.1" buildID="20240924220342">
<patch type="complete" URL="https://github.com/zen-browser/desktop/releases/download/1.0.1-a.5/windows.mar" hashFunction="sha512" hashValue="ca7f2506ea94095b0146820263e95f17888c06bf3eeda9728425e073c24a8f754143c3cd92b834a7583144eb2fb9a6a0618b1a961452e15a341cb5fd93d9af9d" size="72318312"/>
<update type="minor" displayVersion="1.0.1-a.6" appVersion="1.0.1-a.6" platformVersion="130.0.1" buildID="20240930010830">
<patch type="complete" URL="https://github.com/zen-browser/desktop/releases/download/1.0.1-a.6/windows.mar" hashFunction="sha512" hashValue="bc386d70049f18a8aa0ca5d2c997ba810ae09bd6803415f1c504809d8ed66f20f8526c1bb3f92cc5a61dae9df6ddba1a0c07e2c7eba6a6058dff7617ffaf7de5" size="72360296"/>
</update>
</updates>

View File

@@ -283,6 +283,7 @@
--zen-toolbox-max-width: 45px;
--zen-toolbox-padding: 8px;
max-width: var(--zen-toolbox-max-width) !important;
min-width: var(--zen-toolbox-max-width) !important;
& #vertical-tabs-newtab-button {
padding: 0 !important;
@@ -481,7 +482,7 @@
#navigator-toolbox:has(*[open='true']:not(tab):not(#zen-sidepanel-button)) {
--zen-toolbox-max-width: 41px;
max-width: var(--zen-toolbox-max-width) !important;
min-width: calc(var(--zen-toolbox-max-width) + var(--zen-toolbox-padding) / 2 + 3px) !important;
min-width: calc(var(--zen-toolbox-max-width) + var(--zen-toolbox-padding) / 2 + 2px) !important;
padding: 0 !important;
& #TabsToolbar {
@@ -517,7 +518,7 @@
margin-bottom: 8px;
position: relative;
&::after {
&:has(tab:not([hidden]))::after {
bottom: -4px;
content: '';
display: block;