-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcustom.css
More file actions
35 lines (29 loc) · 733 Bytes
/
custom.css
File metadata and controls
35 lines (29 loc) · 733 Bytes
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
/*
tt-rss-feedlish-theme/custom.css
Raw CSS file, imported at the beginning of `feedlish.css` (doesn't need
rebuild).
Note: README.md's "Install" paths must be respected.
*/
/* Hide author in headlines: */
/*
#headlines-frame .author {
display: none;
}
*/
/* Change the width of the feed name in headlines (in widescreen mode).
Remove the ".wide" below for non-widescreen mode.
Note: in tt-rss, the shortcut "a W" toggles widescreen mode.
*/
/*
body.ttrss_main div#headlines-frame.wide .hl .feed {
min-width: 100px !important;
max-width: 100px !important;
}
*/
/* Make combined-mode expanded articles fixed height: */
/*
#headlines-frame div.cdm.expandable .content {
height: 250px;
overflow-y: auto;
}
*/