Also change gitlab tab width to 4

This commit is contained in:
Riyyi
2020-07-20 23:30:04 +02:00
parent de99b79f45
commit 4e607ba0f4
@@ -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);
}