Added sidebar button to default URL bar

This commit is contained in:
Mauro Baladés
2024-03-31 17:09:38 +02:00
parent b7245e5923
commit 443e119149
3 changed files with 9 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
{
"/home/mauro/work/core/configs/branding/beta/logo.png": "f889a9d9305437d9749800d4a45dd51882fb4772",
"/home/mauro/work/core/configs/branding/beta/MacOSInstaller.svg": "9f1ed2248fbf7b3918957f4580dc49205aedaefd"
"/home/mau/desktop/configs/branding/beta/logo.png": "f889a9d9305437d9749800d4a45dd51882fb4772",
"/home/mau/desktop/configs/branding/beta/MacOSInstaller.svg": "9f1ed2248fbf7b3918957f4580dc49205aedaefd"
}

View File

@@ -15,7 +15,7 @@ export MOZ_DISTRIBUTION_ID=${appId}
# Uncomment if builds are too resource hungry
# mk_add_options MOZ_MAKE_FLAGS="-j4"
# ac_add_options --enable-linker=gold
#ac_add_options --enable-linker=gold
# Misc
export MOZ_STUB_INSTALLER=1

View File

@@ -11,7 +11,8 @@
#urlbar {
border: 1px solid light-dark(#ddd, #4a4a4a);
border-radius: 5px;
border-radius: 999px;
overflow: hidden;
padding: 1px 1px;
}
@@ -21,6 +22,10 @@
width: 100%;
}
#urlbar[focused="true"] {
overflow: visible;
}
#urlbar[focused="true"] > #urlbar-background,
#searchbar:focus-within {
box-shadow: none !important;