personal dotfiles: my Hyprland config
Diffstat (limited to '.local/share/epiphany/user-stylesheet.css')
| -rw-r--r-- | .local/share/epiphany/user-stylesheet.css | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.local/share/epiphany/user-stylesheet.css b/.local/share/epiphany/user-stylesheet.css deleted file mode 100644 index c0f590b..0000000 --- a/.local/share/epiphany/user-stylesheet.css +++ /dev/null @@ -1,19 +0,0 @@ -/* stackoverflow annoying cookies */ -.js-consent-banner{ - display: none; -} -.js-dismissable-hero{ - display: none; -} -/* stackoverflow distractionless right sidebar */ -body.question-page div#sidebar > div:not(.sidebar-related){ - display:none; -} - -/* stackoverflow no left sidebar */ -body.question-page div#left-sidebar { - display: none; -} -body.question-page div#content { - width: 100% !important; -} |