added tridactyl and made lots of awesome changes
This commit is contained in:
parent
c4551f391e
commit
4fae307cdf
87 changed files with 11860 additions and 86 deletions
|
@ -1,7 +1,7 @@
|
|||
/* Modify these to change relative widths or default height */
|
||||
#navigator-toolbox{ --uc-navigationbar-width: 11vw; --uc-toolbar-height: 29px; --window-drag-space-width: 20px}
|
||||
#navigator-toolbox{ --uc-navigationbar-width: -2vw; --uc-toolbar-height: 10px; --window-drag-space-width: 0px}
|
||||
/* Override for other densities */
|
||||
:root[uidensity="compact"] > #navigator-toolbox{ --uc-toolbar-height: 32px;}
|
||||
:root[uidensity="compact"] > #navigator-toolbox{ --uc-toolbar-height: 22px;}
|
||||
:root[uidensity="touch"] > #navigator-toolbox{ --uc-toolbar-height: 40px; }
|
||||
|
||||
/* prevent urlbar overflow on narrow windows */
|
||||
|
@ -16,7 +16,7 @@
|
|||
#toolbar-menubar[inactive]{
|
||||
margin-bottom: calc(0px - var(--uc-toolbar-height));
|
||||
margin-left: 0px;
|
||||
height: calc(--uc-toolbar-height) !important;
|
||||
height: calc(var(--uc-toolbar-height) - 5) !important;
|
||||
}
|
||||
|
||||
#TabsToolbar > .titlebar-buttonbox-container,
|
||||
|
@ -24,27 +24,36 @@
|
|||
.titlebar-spacer[type="post-tabs"]{
|
||||
display: none;
|
||||
visibility: none;
|
||||
max-height: 20px !important;
|
||||
max-width: 20px;
|
||||
}
|
||||
|
||||
#tabs-newtab-button {
|
||||
visibility: hidden !important;
|
||||
}
|
||||
|
||||
#TabsToolbar{
|
||||
margin-right: calc(0px + var(--uc-navigationbar-width));
|
||||
/* Remove empty space above tabs so that tabs are clickable at very top of screen */
|
||||
margin-left: 10px;
|
||||
margin-top: -20px !important;
|
||||
max-height: 20px !important;
|
||||
font-size: 13px !important;
|
||||
z-index: 10;
|
||||
}
|
||||
#toolbar-menubar[autohide="true"] > .titlebar-buttonbox-container,
|
||||
#tabbrowser-tabs,
|
||||
.tabbrowser-tab[pinned]{
|
||||
height: var(--uc-toolbar-height) !important;
|
||||
min-height: var(--uc-toolbar-height) !important;
|
||||
margin-left: -10px;
|
||||
}
|
||||
|
||||
.tabbrowser-tab[selected]{
|
||||
min-width: 200px !important;
|
||||
box-shadow: 0px 0px 15px 4px #111;
|
||||
/*margin-top: -10px;*/
|
||||
max-width: 1600px !important;
|
||||
max-height: 20px !important;
|
||||
height: 20px !important;
|
||||
min-height: 20px !important;
|
||||
box-shadow: 0px 0px 6px 3px #111;
|
||||
}
|
||||
|
||||
.tabbrowser-tab[pinned]{
|
||||
|
@ -52,6 +61,19 @@
|
|||
min-width: 0px !important;
|
||||
}
|
||||
|
||||
.tabbrowser-tab{
|
||||
max-width: 70px !important;
|
||||
min-width: 0px !important;
|
||||
}
|
||||
|
||||
.tab-throbber, .tab-throbber-tabslist, .tab-icon-pending, .tab-icon-image, .tab-sharing-icon-overlay .tab-icon-sound{
|
||||
max-height: 10px !important;
|
||||
height: 10px !important;
|
||||
min-height: 10px !important;
|
||||
max-width: 10px !important;
|
||||
align-self: center !important;
|
||||
}
|
||||
|
||||
#nav-bar{
|
||||
margin-left: calc(100vw - var(--uc-navigationbar-width));
|
||||
margin-top: calc(0px - var(--uc-toolbar-height));
|
||||
|
@ -114,7 +136,7 @@
|
|||
}
|
||||
|
||||
#urlbar[breakout][breakout-extend] > #urlbar-input-container {
|
||||
height: calc(var(--uc-toolbar-height) + 2 * 2px) !important;
|
||||
height: calc(var(--uc-toolbar-height) + 12 * 2px) !important;
|
||||
padding-block: calc(2px + (var(--uc-toolbar-height) - var(--urlbar-height)) / 2);
|
||||
padding-inline: calc(5px + 2px);
|
||||
}
|
||||
|
@ -127,4 +149,4 @@
|
|||
}
|
||||
#PanelUI-button{
|
||||
margin-top: -15px !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue