Explorar el Código

Add custom stylesheet to bring back normal scrollbar

Alois Mahdal hace 1 mes
padre
commit
2dd4d897f4

+ 4
- 0
dotfiles/config/qutebrowser/autoconfig.yml Ver fichero

@@ -36,3 +36,7 @@ settings:
36 36
     https://mail.google.com?extsrc=mailto&url=%25s: false
37 37
     https://urbit.vornet.cz?ext=%25s: true
38 38
     https://webmail.migadu.com?mailto&to=%25s: false
39
+  content.user_stylesheets:
40
+    global:
41
+      - "user_stylesheets/netvor.css"
42
+

+ 4
- 0
dotfiles/config/qutebrowser/user_stylesheets/netvor.css Ver fichero

@@ -0,0 +1,4 @@
1
+* {
2
+    scrollbar-width:  auto !important;
3
+    scrollbar-color:  auto !important;
4
+}