summary refs log tree commit diff
path: root/.local/share/epiphany/user-stylesheet.css
blob: c0f590bdb49529a80af93b1d319dfeac4e204a20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* 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;
}