summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-06-11 17:13:28 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-06-11 17:13:28 -0500
commitf4e81a4de2f8a501b12652fbd1457f74490a6918 (patch)
treec3379c1f49ee097d231925de2571b15b47dbe2bc
parent48626e5e2025f38c3fc8ccd02ae430601426e5c4 (diff)
downloadnixos-f4e81a4de2f8a501b12652fbd1457f74490a6918.tar.xz
nixos-f4e81a4de2f8a501b12652fbd1457f74490a6918.zip
nicer bookmarks bar in userchrome.css
-rw-r--r--modules/home/resources/firefox/userChrome.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/modules/home/resources/firefox/userChrome.css b/modules/home/resources/firefox/userChrome.css
index de0e112..624ab26 100644
--- a/modules/home/resources/firefox/userChrome.css
+++ b/modules/home/resources/firefox/userChrome.css
@@ -14,6 +14,17 @@
background: var(--toolbar-field-border-color) !important;
}
+/* Change background color of bookmarks toolbar */
+#PersonalToolbar {
+ background: var(--toolbox-bgcolor) !important;
+}
+
+/* Adjust spacing of toolbar items */
+#PlacesToolbarItems {
+ gap: .35rem;
+ margin-block: .2rem;
+}
+
/* Fix vertical spacing of tabs */
#TabsToolbar {
margin-top: -1px;