Browse Source

Also change gitlab tab width to 4

master
Riyyi 4 years ago
parent
commit
4e607ba0f4
  1. 13
      .mozilla/firefox/rick.profile/chrome/userContent.css

13
.mozilla/firefox/rick.profile/chrome/userContent.css

@ -26,7 +26,18 @@
--tab-size: 4;
}
.blob-code-inner, pre, code, tt {
.blob, pre, code, tt {
-moz-tab-size: var(--tab-size);
tab-size: var(--tab-size);
}
}
@-moz-document domain("gitlab.com") {
:root{
--tab-size: 4;
}
.blob-viewer, pre, code, tt {
-moz-tab-size: var(--tab-size);
tab-size: var(--tab-size);
}

Loading…
Cancel
Save