aboutsummaryrefslogtreecommitdiffhomepage
path: root/ui/static/css
Commit message (Collapse)AuthorAge
* Align Info and Actionable items separatelyGravatar somini2020-01-28
| | | | | | | Align the information to the left side, and the actionable buttons to the right. See https://github.com/miniflux/miniflux/pull/531#issuecomment-578547488
* Use V to open original link in current tabGravatar Frédéric Guillot2019-11-29
| | | | | - To avoid a breaking change, keep v to open the original link in new tab. - People who prefers to open the link in the current tab should use V.
* Wrap attachments into <details> disclosure elementGravatar Frédéric Guillot2019-11-29
|
* Remove fixed table-layout for entry contentGravatar Frédéric Guillot2019-11-17
|
* Do not lighten blockquote font colorGravatar Vincent Bernat2019-11-15
| | | | | | | | | | | It is confusing to have blockquote content displayed with a lighter font color. Usually, quotes are important to the text while reducing the contrast may hint a user it is not. In my case, I usually skip the content of the blockquote as it was some additional note in the text. Without the color change, the blockquote is still indented differently, with the vertical bar. It should be enough for a user to identify it as a quote.
* Add toast message for some keyboard shortcutsGravatar Jebbs2019-10-06
| | | Add notification message when using keyboard shortcuts: f, s, and m.
* Add CSS tweak and fix typo in variable nameGravatar Frédéric Guillot2019-09-25
|
* Add few CSS teaksGravatar Frédéric Guillot2019-09-22
|
* Add theme variantsGravatar Frédéric Guillot2019-09-21
| | | | | | | | | - Use CSS variables instead of inherence - Rename default theme to "Light - Serif" - Rename Black theme to "Dark - Serif" - Rename "Sans-Serif" theme to "Light - Sans Serif" - Add "System" theme that use system preferences: Dark or Light - Add Serif and Sans-Serif variants for each color theme
* Replace link border by outline to avoid slight content shiftGravatar Frédéric Guillot2019-09-05
|
* Improve import formGravatar Frédéric Guillot2019-08-15
|
* Fix regressions introduced in previous JS refactoringGravatar Jebbs2019-07-25
|
* Ask for confirmation before clicking on mark all as readGravatar Frédéric Guillot2019-07-17
|
* Add .search margin-rightGravatar Frode Aannevik2019-07-13
|
* Fix typo in stylesheetGravatar Frédéric Guillot2019-02-19
|
* Make sure that <strong> elements are boldGravatar Frédéric Guillot2018-12-19
|
* Show scrollbars only when necessary for <pre> elementsGravatar Frédéric Guillot2018-12-16
|
* Change link state when marking all entries as readGravatar Frédéric Guillot2018-10-08
|
* Use disclosure widget <details> for advanced feed optionsGravatar Frédéric Guillot2018-09-21
|
* Add "Mark this page as read" to the bottomGravatar Adam Vigneaux2018-09-08
| | | | | | This better matches the most common use case for the "Mark this page as read" link, which is to click it once you have reached the bottom of the page. Especially on mobile, it can be annoying to scroll to the top of the page to click the link.
* Show count of feeds with permanent errors in header menuGravatar Dave Z2018-08-26
| | | Only for feeds that reach `maxParsingError` are counted (so transient errors do not trigger counter).
* Add few tweaks to the layoutGravatar Frédéric Guillot2018-07-17
| | | | | | - Increase truncate length to 35 chars for feed titles - Add bottom margin for main menu in mobile view - Add tooltip to feed domain in feeds list
* Add search formGravatar Frédéric Guillot2018-07-04
|
* Keep consistent text size on mobile orientation changeGravatar dzaikos2018-07-03
| | | | using vendor-specific CSS `*-text-size-adjust`.
* Remove unnecessary styleGravatar Frédéric Guillot2018-06-26
|
* Add new fields for feed username/passwordGravatar Frédéric Guillot2018-06-19
|
* Added Sans-Serif theme.Gravatar Dave Z2018-06-19
|
* Extended horizontal overflow to feed and category views.Gravatar Dave Z2018-06-06
|
* Fix unread count in menu not triggering clickGravatar Pascal Widdershoven2018-05-21
| | | | | | | | By moving unread count into anchor. Previously, clicking the unread count would not cause the anchor to be invoked. This was confusing. This change includes the unread count span in the anchor.
* Hide horizontal overflow on hiding articles; fixes #130Gravatar Allan Reyes2018-05-19
|
* Change color of <q> tags for black themeGravatar Frédéric Guillot2018-02-10
|
* Add bottom marginGravatar Frédéric Guillot2018-01-05
|
* Remove underline for entry action linksGravatar Frédéric Guillot2018-01-03
|
* Refactor packages to have more idiomatic code baseGravatar Frédéric Guillot2018-01-02