summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
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-12-19limit tree expando white color to prefsAndrew Dolgov
2022-10-15fix tree expando being invisible on selected tree nodesAndrew Dolgov
2022-06-13fix rendering of articles with titles containing extremely long wordsAndrew Dolgov
2022-06-05pref-filters: add a button to hide or show rules in the filter listAndrew Dolgov
2022-02-23inline attachment links: break long words to prevent horizontal scrollingAndrew Dolgov
2022-01-21make sure #headline-spacer click to open prompt is not obscured whenAndrew Dolgov
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-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-05-28add workaround for prefs feed tree favicon placementAndrew Dolgov
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-24don't use css-defined .svg files because firefoxAndrew Dolgov
2021-03-23fonts-ui: add CantarellAndrew Dolgov
2021-03-23light theme: increase contrastAndrew Dolgov
2021-03-23fix previous issue properlyAndrew Dolgov
2021-03-22yet another flex feedtree attemptexp-flex-feedtreeAndrew Dolgov
2021-03-22Revert "Revert "another attempt at flex-based feed tree""Andrew Dolgov
This reverts commit 43744412f46d04cf2920264b4f9cc09b43d79924.
2021-03-21Revert "another attempt at flex-based feed tree"Andrew Dolgov
This reverts commit e12a6ca5409a77083758da4577b04d3b14d6232d.
2021-03-21another attempt at flex-based feed treeAndrew Dolgov
2021-03-17fix excessive CPU usage on linux chromium caused by animated SVG iconsAndrew Dolgov
2021-03-17feed tree: set cursor pointer on tree labelAndrew Dolgov
2021-03-17fix loadingNode offset for feedsAndrew 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 the subscribe dialog (night mode)Andrew Dolgov
2021-03-16use svg icon for the subscribe dialogAndrew Dolgov
2021-03-16use svg icon for packed article placeholdersAndrew Dolgov
2021-03-16update night theme re: previousAndrew Dolgov
2021-03-16add svg loading indicatorsAndrew Dolgov
2021-03-16simplify feed tree expando/loading/feed icon handlingAndrew Dolgov
2021-03-16remove some hardcoded color valuesAndrew Dolgov
2021-03-16fix selected feedtree item being invisible in dark themeAndrew Dolgov
2021-03-15feed tree: css cleanup; set cursorAndrew Dolgov
2021-03-15error log: fix column widthsAndrew Dolgov
2021-03-13only show right-side feed icon for vfeedsAndrew Dolgov
2021-03-12make description clickable in plugin list rowAndrew Dolgov
2021-03-12cdmToggleGridSpan: toggle classname instead of a style propertyAndrew Dolgov
2021-03-12grid mode: limit word breaking to link elementsAndrew Dolgov
2021-03-11update zoom layout a bitAndrew Dolgov
2021-03-11add some media queries to improve main UI on small-width devicesAndrew Dolgov
2021-03-11continuation of the css cleanupAndrew Dolgov
2021-03-11css cleanup, combined mode, fontsAndrew Dolgov
2021-03-11grid: add a header icon (and a hotkey) to toggle article span entire rowAndrew Dolgov
2021-03-10remove previous spacer-specific hack, not needed anymoreAndrew Dolgov
2021-03-10exp: set last odd grid child to span all columnsAndrew Dolgov