summaryrefslogtreecommitdiff
path: root/themes/light/cdm.less
AgeCommit message (Collapse)Author
2023-03-20combined mode: prevent left part of footer pushing right part out of viewportAndrew Dolgov
2023-03-01tags display: instead of limiting to 5 tags, limit by container width %Andrew Dolgov
2022-06-13fix rendering of articles with titles containing extremely long wordsAndrew Dolgov
2022-01-05themes: Fix incorrect blur and opacity interactionMichael Kuhn
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.
2021-12-01combined mode: add a hack (?) for .titleWrap widthAndrew Dolgov
2021-11-29combined mode: limit feed title element to 25% widthAndrew Dolgov
2021-10-24css: make plugin button container a flexboxAndrew Dolgov
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-04-22 * cdm: render enclosures into content elementAndrew Dolgov
* deprecate cdm.intermediate * implement lazy-load for rendered enclosures * simplify pack/unpack logic for articles
2021-04-21youtube_embed: use embed-responsiveAndrew Dolgov
2021-04-07 * fonts-ui: use system font family instead of segoe, etc. by nameAndrew Dolgov
* disable segoe-specific baseline hack for the time being
2021-03-17fix excessive CPU usage on linux chromium caused by animated SVG iconsAndrew Dolgov
2021-03-17filter test dialog: remove .gif; cleanup markupAndrew Dolgov
2021-03-16use svg icon for headlines loadmore promptAndrew Dolgov
2021-03-16use svg icon for packed article placeholdersAndrew Dolgov
2021-03-11continuation of the css cleanupAndrew Dolgov
2021-03-11css cleanup, combined mode, fontsAndrew Dolgov
2021-03-10 * shorten_expanded: use promises instead of a timeout hackAndrew Dolgov
* normalize some icon colors
2021-03-10stop setting specific background color on .cdm.expandedAndrew Dolgov
2021-03-10small stuck header fixes in grid modeAndrew Dolgov
2021-03-10grid view tweaksAndrew Dolgov
2020-05-17Use more specific definitions for applying `stuck` effects.Andrew Dolgov
https://git.tt-rss.org/fox/tt-rss/pulls/143
2020-05-16Keep header above iframes in CDM.JustAMacUser
2020-05-15Make iframes size responsively.JustAMacUser
2020-05-13remove floating title, use position: sticky for cdm headers insteadAndrew Dolgov
2020-05-09sanitize: forbid "allow" attributeAndrew Dolgov
CSS: remove auto hyphens stuff, remove iframe width clipping to 98% because they get squished
2020-02-28move default (light) theme LESS source to a more appropriate placeAndrew Dolgov
add compact_dark theme variant