-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathInoReader-RemoveUnusedOptions.user.css
More file actions
38 lines (37 loc) · 1.07 KB
/
InoReader-RemoveUnusedOptions.user.css
File metadata and controls
38 lines (37 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/* ==UserStyle==
@name InoReader - Remove Unused Options
@version 1.0.0
@description Remove the Stream Options and Upgrade buttons from the toolbar, and allow the page to be scaled smaller.
@namespace https://github.com/StarlitGhost/UserStyles
@author StarlitGhost
@homepageURL https://github.com/StarlitGhost/UserStyles
@supportURL https://github.com/StarlitGhost/UserStyles/issues
@updateURL https://raw.githubusercontent.com/StarlitGhost/UserStyles/master/InoReader-RemoveUnusedOptions.user.css
@license CC-BY-SA-4.0
==/UserStyle== */
@-moz-document domain("inoreader.com") {
#sb_rp_section_options {
display: none!important;
}
#sb_rp_upgrade {
display: none!important;
}
#sinner_container {
display: none!important;
}
#sb_rp_gear {
right: 0px!important; /* originally 74px */
}
#sb_rp_notifications {
right: calc(114px - 74px)!important;
}
#sb_rp_tools {
right: calc(152px - 74px)!important;
}
#wraper {
min-width: calc(930px - 120px - 74px)!important;
}
#reader_pane.reader_pane_sinner {
padding-right: 0px!important;
}
}