mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
add firefox tab size change
@@ -7,4 +7,18 @@
|
||||
* Use `foo` rather than `mFoo`, `_foo`, etc for field names
|
||||
* Use `foo` rather than `this.foo` unless there's also a local `foo`
|
||||
* `CONSTANTS_LIKE_THIS`, `variablesLikeThis`
|
||||
* `AbcCamelCase` rather than `ABCCamelCase`
|
||||
* `AbcCamelCase` rather than `ABCCamelCase`
|
||||
|
||||
# Firefox Tab Size in Gitlab
|
||||
|
||||
Create `$HOME/.mozilla/firefox/yrj5n7s5.default/chrome/userContent.css` (if it doesn't exist) and add:
|
||||
|
||||
```css
|
||||
@-moz-document domain(code.briarproject.org) {
|
||||
.line {
|
||||
-moz-tab-size: 4;
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Restart your browser and enjoy a custom tab size in Gitlab's code and diffs.
|
||||
Reference in New Issue
Block a user