mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-27 23:53:45 -04:00
changes to custom+header css
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
.vivaldi .expand-arrow {display: none;}
|
||||
|
||||
/* Skinnier mainbar */
|
||||
.mainbar>.toolbar-mainbar,
|
||||
.mainbar>.toolbar-mainbar .button-toolbar button,
|
||||
.mainbar>.toolbar-mainbar .toolbar-extensions,
|
||||
.mainbar>.toolbar-mainbar .toolbar-extensions .button-toolbar button {
|
||||
.mainbar .toolbar-mainbar,
|
||||
.mainbar .toolbar-mainbar .button-toolbar button,
|
||||
.mainbar .toolbar-mainbar .toolbar-extensions,
|
||||
.mainbar .toolbar-mainbar .toolbar-extensions .button-toolbar button {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
@@ -23,10 +23,10 @@
|
||||
|
||||
/* Skinnier statusbar */
|
||||
#browser footer .toolbar-statusbar {
|
||||
height: 22px;
|
||||
height: 20px;
|
||||
}
|
||||
#browser footer .toolbar-statusbar button {
|
||||
height: 22px;
|
||||
height: 20px;
|
||||
width: 100%;
|
||||
}
|
||||
#browser footer .toolbar-statusbar .override.button-icon {
|
||||
@@ -46,7 +46,8 @@
|
||||
|
||||
/* SiteInfo secure background colour */
|
||||
.SiteInfoButton.secure, .SiteInfoButton.certified {
|
||||
background-color: #004400;
|
||||
background-color: #004400 !important;
|
||||
opacity: unset;
|
||||
height: 22px;
|
||||
width: 22px;
|
||||
}
|
||||
@@ -154,7 +155,6 @@
|
||||
|
||||
/* Tab tooltip hide size+ruler+thumbnail */
|
||||
#vivaldi-tooltip .tooltip-item .thumbnail-text hr,
|
||||
#vivaldi-tooltip .tooltip-item .thumbnail-text .size,
|
||||
#vivaldi-tooltip .tooltip-item .thumbnail-image {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
/* Set mainbar/bookmark-bar l/r padding */
|
||||
#browser:not(.tabs-top) .toolbar-mainbar,
|
||||
#browser:not(.tabs-top):not(.address-top):not(.normal) .bookmark-bar {
|
||||
padding-left: 30px;
|
||||
padding-left: 26px;
|
||||
padding-right: 130px;
|
||||
}
|
||||
|
||||
@@ -22,16 +22,21 @@
|
||||
bottom: 0;
|
||||
}
|
||||
|
||||
/* Make sure buttons are in front */
|
||||
#browser:not(.tabs-top) .vivaldi,
|
||||
#browser:not(.tabs-top) .window-buttongroup {
|
||||
z-index: 10;
|
||||
/* Window buttons size + zindex */
|
||||
#browser:not(.tabs-top) .window-buttongroup,
|
||||
#browser .window-buttongroup button {
|
||||
height: 30px !important;
|
||||
z-index: 10 !important;
|
||||
}
|
||||
|
||||
/* Override V icon size */
|
||||
#browser:not(.tabs-top) .vivaldi {
|
||||
width: 34px;
|
||||
/* V icon size + zindex */
|
||||
#browser:not(.tabs-top) #titlebar .vivaldi {
|
||||
width: 26px;
|
||||
height: 30px;
|
||||
scale: unset;
|
||||
z-index: 10;
|
||||
}
|
||||
/* V icon SVG size */
|
||||
#browser:not(.tabs-top) .vivaldi svg {
|
||||
height: 22px;
|
||||
width: 22px;
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
.speeddial .dial .thumbnail-image {
|
||||
display: block;
|
||||
padding: 1em;
|
||||
/* background: rgba(25,25,25,0.4); */
|
||||
}
|
||||
|
||||
/* Speed Dials thumbnail fit container */
|
||||
|
||||
Reference in New Issue
Block a user