Skip to content

Commit

Permalink
larger header UI controls
Browse files Browse the repository at this point in the history
  • Loading branch information
tovifun committed Mar 30, 2024
1 parent 28a98fb commit 5ac7edc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions vivalarc.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ update: 2024.03.30

:root{
--window-border:8px; /* window border, recommend 4px~16px */
--mac-header:calc(var(--window-border) + 2px); /* title bar extra height */
--win-header:calc(var(--window-border) + 6px); /* title bar extra height */
--linux-header:calc(var(--window-border) + 6px); /* title bar extra height */
--mac-header:calc(var(--window-border) + 4px); /* title bar extra height */
--win-header:calc(var(--window-border) + 12px); /* title bar extra height */
--linux-header:calc(var(--window-border) + 12px); /* title bar extra height */
--addressbar-height:36px;
--window-button-scale:0.8;
--window-button-scale:1;
--window-button-opacity:0.3;
--tab-padding:calc(var(--window-border) / 2);
--colorToviTransparent:transparent;
Expand Down Expand Up @@ -85,7 +85,7 @@ update: 2024.03.30
}

.linux:not(.alt) #titlebar #pagetitle{
height:var(--linux-headerlinux);
height:var(--linux-header);
padding:0 120px;
}

Expand All @@ -107,7 +107,7 @@ update: 2024.03.30
#browser.win #titlebar #pagetitle{
font-size:11px;
color:var(--colorFg);
color:transparent;
opacity:0.5;
}

.win #titlebar #pagetitle > span,
Expand All @@ -128,9 +128,9 @@ update: 2024.03.30
#browser.linux:not(.tabs-top) #titlebar .vivaldi,
#browser.win:not(.is-settingspage):not(.tabs-top) #titlebar .vivaldi{
color:var(--colorFgAlpha);
scale: calc(0.7 / var(--uiZoomLevel));
scale: calc(0.75 / var(--uiZoomLevel));
margin-left: -6px;
margin-top: -4px;
margin-top: -3px;
}

#browser.linux:not(.tabs-top) #titlebar .vivaldi:hover,
Expand Down

0 comments on commit 5ac7edc

Please sign in to comment.