Download:
child 226:545fe8ec16f8
parent 224:667352b3e8d2
225:c53f0e031cca
Anton Shestakov <av6@dwimlabs.net>, Mon, 17 Jan 2022 02:23:07 +0300
firefox: adjust container line at the bottom of a tab

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
.mozilla/firefox/profile/chrome/userChrome.css file | annotate | diff | comparison | revisions
--- a/.mozilla/firefox/profile/chrome/userChrome.css Mon Jan 17 00:16:53 2022 +0300
+++ b/.mozilla/firefox/profile/chrome/userChrome.css Mon Jan 17 02:23:07 2022 +0300
@@ -78,7 +78,7 @@
/* Move container color bar to bottom of tab */
.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background > .tab-context-line {
- margin-top: calc(var(--tab-min-height) - 2px) !important;
+ margin-top: calc(var(--tab-min-height) - 5px) !important;
}
/* Emulate blue tab line from Photon 57-88 UI */