aboutsummaryrefslogtreecommitdiff
path: root/modules/firefox.home/chrome/userChrome.css
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2024-11-17 20:34:09 +0530
committerAkshay Nair <phenax5@gmail.com>2024-11-17 20:34:09 +0530
commit639ba462f9385933b3ae3496525b551b9ce42c76 (patch)
treeee697eabf518d02fb0b7f1a5dd930e13e4eb315b /modules/firefox.home/chrome/userChrome.css
parent688b8fa17756186c5040d83aa11e1937cb949d66 (diff)
downloadnixos-config-639ba462f9385933b3ae3496525b551b9ce42c76.tar.gz
nixos-config-639ba462f9385933b3ae3496525b551b9ce42c76.zip
Update firefox styles
Diffstat (limited to '')
-rw-r--r--modules/firefox.home/chrome/userChrome.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/modules/firefox.home/chrome/userChrome.css b/modules/firefox.home/chrome/userChrome.css
index 4247f33..e845194 100644
--- a/modules/firefox.home/chrome/userChrome.css
+++ b/modules/firefox.home/chrome/userChrome.css
@@ -117,11 +117,18 @@ toolbarbutton#alltabs-button {
#urlbar {
font-size: 0.95rem !important;
min-height: var(--ff-urlbar-height) !important;
+}
+#urlbar[breakout-extend] {
top: 5px !important;
+ width: var(--urlbar-width) !important;
}
#urlbar:not([breakout-extend]) {
height: var(--ff-urlbar-height) !important;
}
+#urlbar-container {
+ padding-block: 0 !important;
+}
+
#navigator-toolbox {
border-bottom: none !important;
}