133 Commits

Author SHA1 Message Date
supahgreg
4783880d59
Make headline text overflow handling more consistent in widescreen mode.
Specifically 'not combined + always expand articles + grid view + widescreen mode'.

Closes #295.
2026-04-25 20:55:09 +00:00
TonyRL
50011476cd Composer: bump mervick/material-design-icons to v4.0.1 2026-03-09 04:32:04 +00:00
supahgreg
0bedb73ad5
Revert some CSS changes to maybe help a SeaMonkey user. 2025-11-10 19:43:57 +00:00
supahgreg
7bb9309c15
Remove margin targeting headline dijit checkbox widget input.
This resulted in parts of the 'checkbox' seemingly not responding to clicks.

There's a separate rule targeting '.dijitCheckBox' that preserves the intended right margin for this checkbox.

Closes #136.
2025-11-09 20:15:07 +00:00
supahgreg
39db785a3a
Make plugin updates a separate icon and link to relevant content. 2025-11-02 03:23:54 +00:00
supahgreg
206ee6fc8e
Only show a checkmark when a checkbox is marked. 2025-10-20 19:23:11 +00:00
supahgreg
60755169b9
Update generated CSS to pick up changes from 'stylelint --fix' (again). 2025-10-20 19:06:02 +00:00
supahgreg
aba0774640
Actually include the updates from running stylelint with '--fix'. 2025-10-20 19:04:57 +00:00
supahgreg
f382d2ac89
Gracefully handle a feed icon failing to load. 2025-10-16 17:38:12 +00:00
Andrew Dolgov
bc312b1205
implement special counter display when viewing by published, similar to marked 2025-07-30 19:24:53 +03:00
Andrew Dolgov
899d7d258c
pref feed tree - switch to flexbox for row layout, remove floating param 2024-12-14 12:17:22 +03:00
Andrew Dolgov
0caf502b79
fix correct font-family not applying for multiple select element 2024-12-13 08:04:29 +03:00
Andrew Dolgov
d4636716fb
collapse actions summary list in filter tree if 'toggle rule display' is disabled, remove label-specific icon display, simplify markup 2024-11-23 17:43:20 +03:00
Andrew Dolgov
4dc0e8cd29
fix text-muted being set to default text foreground color in light mode, adjust styling of filter actions list 2024-11-23 17:08:33 +03:00
Andrew Dolgov
417065b8f5
show cumulative score adjustment (if any) and up to 3 actions total in filter tree 2024-11-23 16:54:22 +03:00
Andrew Dolgov
0f9488ace0
combined mode: prevent left part of footer pushing right part out of viewport 2023-03-20 18:33:29 +03:00
Andrew Dolgov
b7a6c948d0
tags display: instead of limiting to 5 tags, limit by container width % 2023-03-01 21:41:52 +03:00
Andrew Dolgov
20d6aaa9ab
limit tree expando white color to prefs 2022-12-19 21:19:28 +03:00
Andrew Dolgov
b702761941
fix tree expando being invisible on selected tree nodes 2022-10-15 13:43:42 +03:00
Andrew Dolgov
184efcf3f5
fix rendering of articles with titles containing extremely long words 2022-06-13 14:23:08 +03:00
Andrew Dolgov
fc84712135 pref-filters: add a button to hide or show rules in the filter list 2022-06-05 11:41:28 +03:00
Andrew Dolgov
bd0af3ae9e inline attachment links: break long words to prevent horizontal scrolling 2022-02-23 22:16:59 +03:00
Andrew Dolgov
56fd06d611 make sure #headline-spacer click to open prompt is not obscured when
mark as read on scroll is enabled

https://community.tt-rss.org/t/click-to-open-next-unread-feed-hidden-by-scrolling/5190
2022-01-21 17:41:11 +03:00
Michael Kuhn
1ff52bff81 themes: Fix incorrect blur and opacity interaction
Chrome sometimes seems to have problems when using a blur
backdrop-filter in combination with opacity. On Linux, this often
results in the blur being completely ignored. This also seems to apply
to other systems, though. See the following issue for more details:
https://bugs.chromium.org/p/chromium/issues/detail?id=1129838

Making the background opaque using rgba seems to fix the problem.
2022-01-05 20:42:21 +01:00
Andrew Dolgov
be94a3a791 combined mode: add a hack (?) for .titleWrap width 2021-12-01 14:02:43 +03:00
Andrew Dolgov
df7b2e7984 combined mode: limit feed title element to 25% width 2021-11-29 13:39:58 +03:00
Andrew Dolgov
933913410c css: make plugin button container a flexbox
backend: pass plugin button generated code through domdocument to ensure
its correctness; set data-plugin-name attribute on children to make
them sortable via css
2021-10-24 20:11:49 +03:00
Andrew Dolgov
8e1281b41e add workaround for prefs feed tree favicon placement 2021-05-28 11:53:44 +03:00
Andrew Dolgov
df145c8064 * cdm: render enclosures into content element
* deprecate cdm.intermediate
 * implement lazy-load for rendered enclosures
 * simplify pack/unpack logic for articles
2021-04-22 10:45:27 +03:00
Andrew Dolgov
5a71426ea5 youtube_embed: use embed-responsive 2021-04-21 18:47:49 +03:00
Andrew Dolgov
49ef15f11d * fonts-ui: use system font family instead of segoe, etc. by name
* disable segoe-specific baseline hack for the time being
2021-04-07 16:04:50 +03:00
Andrew Dolgov
ceb8179ccc don't use css-defined .svg files because firefox 2021-03-24 16:33:03 +03:00
Andrew Dolgov
19c277391e fonts-ui: add Cantarell 2021-03-23 21:06:29 +03:00
Andrew Dolgov
58ab641fea light theme: increase contrast 2021-03-23 20:45:08 +03:00
Andrew Dolgov
be2d1602bd fix previous issue properly 2021-03-23 11:52:08 +03:00
Andrew Dolgov
0f6644880a yet another flex feedtree attempt 2021-03-22 16:18:59 +03:00
Andrew Dolgov
98251022d4 Revert "Revert "another attempt at flex-based feed tree""
This reverts commit 43744412f46d04cf2920264b4f9cc09b43d79924.
2021-03-22 14:46:23 +03:00
Andrew Dolgov
43744412f4 Revert "another attempt at flex-based feed tree"
This reverts commit e12a6ca5409a77083758da4577b04d3b14d6232d.
2021-03-21 17:20:03 +03:00
Andrew Dolgov
e12a6ca540 another attempt at flex-based feed tree 2021-03-21 17:14:45 +03:00
Andrew Dolgov
968270ed48 fix excessive CPU usage on linux chromium caused by animated SVG icons 2021-03-17 19:28:20 +03:00
Andrew Dolgov
db0315e596 feed tree: set cursor pointer on tree label 2021-03-17 12:23:27 +03:00
Andrew Dolgov
88534a8ae4 fix loadingNode offset for feeds 2021-03-17 11:45:12 +03:00
Andrew Dolgov
82bed1e651 filter test dialog: remove .gif; cleanup markup 2021-03-17 08:45:04 +03:00
Andrew Dolgov
0f5fd9ea13 use svg icon for headlines loadmore prompt 2021-03-16 22:09:01 +03:00
Andrew Dolgov
32c080bec0 use svg icon for the subscribe dialog (night mode) 2021-03-16 21:47:55 +03:00
Andrew Dolgov
166517240e use svg icon for the subscribe dialog 2021-03-16 21:47:10 +03:00
Andrew Dolgov
7a1e1630d8 use svg icon for packed article placeholders 2021-03-16 21:40:20 +03:00
Andrew Dolgov
92f859add2 update night theme re: previous 2021-03-16 21:34:36 +03:00
Andrew Dolgov
a0e41f41a4 add svg loading indicators 2021-03-16 21:32:44 +03:00
Andrew Dolgov
7ec8a6cad0 simplify feed tree expando/loading/feed icon handling 2021-03-16 20:50:23 +03:00