feat(firefox-gx): update to v0.9.9 and fix custom css
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
315116dfc1
commit
e75f35aab1
4 changed files with 18 additions and 12 deletions
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
BIN
flake.nix
BIN
flake.nix
Binary file not shown.
|
@ -5,6 +5,11 @@
|
||||||
--my-vertical-toolbar-width: 46px !important;
|
--my-vertical-toolbar-width: 46px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Put main menu under logo
|
||||||
|
#appMenu-popup {
|
||||||
|
--my-menu-button-height: 0 !important;
|
||||||
|
}
|
||||||
|
|
||||||
#appMenu-mainView {
|
#appMenu-mainView {
|
||||||
|
|
||||||
// Main Menu outline
|
// Main Menu outline
|
||||||
|
@ -25,24 +30,25 @@
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// Fix url font-size
|
|
||||||
#urlbar-input {
|
|
||||||
font-size: large !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
// Extension padding on sidebar
|
// Extension padding on sidebar
|
||||||
toolbar .toolbarbutton-1>.toolbarbutton-badge-stack {
|
toolbar .toolbarbutton-1>.toolbarbutton-badge-stack {
|
||||||
padding: 10px !important;
|
padding: 10px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Hamburger button border
|
// Hamburger button style
|
||||||
:root:not([chromehidden~="toolbar"]) #PanelUI-menu-button[open] {
|
:root:not([chromehidden~="toolbar"]) #PanelUI-menu-button[open] {
|
||||||
border: 2px solid var(--button-background-color-primary) !important;
|
|
||||||
border-top-left-radius: $rounding !important;
|
|
||||||
|
|
||||||
&>.toolbarbutton-badge-stack {
|
&>.toolbarbutton-badge-stack {
|
||||||
border-top-left-radius: $rounding !important;
|
border-top-left-radius: $rounding !important;
|
||||||
|
--my-menu-button-width: calc(var(--my-menu-button-height) + 4px) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// Hide "Menu" label
|
||||||
|
:root:not([chromehidden~="toolbar"]) #PanelUI-menu-button>.toolbarbutton-badge-stack {
|
||||||
|
.toolbarbutton-icon {
|
||||||
|
margin-right: 4px;
|
||||||
|
margin-left: 2px;
|
||||||
|
margin-top: 4px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -73,7 +79,7 @@ toolbar .toolbarbutton-1>.toolbarbutton-badge-stack {
|
||||||
/* Extensions button into the "left-sidebar" - Immovable */
|
/* Extensions button into the "left-sidebar" - Immovable */
|
||||||
:root:not([chromehidden~="toolbar"],
|
:root:not([chromehidden~="toolbar"],
|
||||||
[sizemode="fullscreen"]) #PersonalToolbar {
|
[sizemode="fullscreen"]) #PersonalToolbar {
|
||||||
--padding-top-left-sidebar: 110px !important;
|
--padding-top-left-sidebar: 75px !important;
|
||||||
/* 182px to one-line config */
|
/* 182px to one-line config */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -368,7 +368,7 @@ let
|
||||||
{
|
{
|
||||||
owner = "Godiesc";
|
owner = "Godiesc";
|
||||||
repo = "firefox-gx";
|
repo = "firefox-gx";
|
||||||
ref = "v.9.8";
|
ref = "v.9.9";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "git-theme-src";
|
name = "git-theme-src";
|
||||||
|
|
Loading…
Reference in a new issue