maTh
a29f161e44
fixed: Left navigation with long category names ( #4055 )
...
* fixed CSS
* fixed themes Ansum and Mapco
* fixed syntax
2021-12-31 13:19:16 +01:00
maTh
1ae5a5af14
Improve mobile view: access to the config menu ( #3881 )
...
* wip
* improve the header
* Fix theme "Adark"
* fixed theme: Ansum
* Fixed theme: BlueLagoon
* fixed Ansum after PR comment of Frenzie
* Fixed theme: Dark
* fixed theme: Flat
* fixed theme: Mapco
* fixed theme: Origine compact
* fixed theme: Pafat
* fixed theme: Screwdriver
* fixed theme: Swage
* hide the close button in wide view
* fixed base/template RTL
* fixed SCSS of theme Swage
* stylelint fix
* fixed theme Swage
* make fix-all
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr >
2021-11-12 08:57:36 +01:00
maTh
8b80c4cc8f
Settings: User queries - layout upgrade ( #3827 )
...
* draft
* deleted the out commeted code
* improved alert messages
* Update queries.phtml
* Theme base-theme/template.css
* fixed theme: Origin
* Fixed: Theme Adark
* Fixed: Theme Ansum
* Fix: Theme BlueLagoon
* Fix: Theme Dark
* Fix: Theme Flat
* Fix: Theme Mapco
* Fix: Theme Mapco (SCSS)
* Fix: Theme Origine-compact
* Fix: Theme Pafat
* Fix: Theme Screwdriver
* Fix: Theme Swage
* Lint CSS, RTL, and i18n
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr >
2021-09-12 12:06:29 +02:00
maTh
9712e4d888
Headline structure improvement ( #3830 )
...
* header: h1 deleted - full logo included
* template: config - display
* WIP
* shortcut configs. added fieldset. do not display the border by default
* system.phtml
* subscription: add feed or category
* wip
* wip
* Update bookmarklet.phtml
* Update archiving.phtml
* Update queries.phtml
* Update profile.phtml
* Update manage.phtml
* auth+update
* Update template.rtl.css
* fixed FreshRSS logo (Theme: Mapco)
* Update mapco.rtl.css
* Update _layout.scss
* fixed FreshRSS logo (theme: Dark)
* fix: FreshRSS logo (Theme: BlueLagoon)
* fix: FreshRSS logo (Theme: Ansum)
* fixed: FreshRSS logo (Theme: Alternative Dark)
* fix: FreshRSS logo (Theme: Pafat)
* fix: FreshRSS logo (Theme: Screwdriver)
* fix: FreshRSS logo (theme: Swage)
* Minor lint
* little fix: FreshRSS logo (Theme: Origine)
* Fix: FreshRSS logo (Theme: Origine Compact)
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr >
2021-09-11 18:22:26 +02:00
maTh
c263956397
Remove: Show cog wheel icon on hover in the settings ( #3831 )
...
* Theme: Alternative-Dark
* Theme: Ansum
* Theme: base
* Theme: BlueLagoon
* Theme: Dark
* Theme: Flat
* Theme: Mapco
* Theme: Origine-compact
* Theme: Origine
* Theme: Pafat
* Theme: Scewdriver
* Theme: Swage
* Minor whitespace
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr >
2021-09-08 08:48:10 +02:00
maTh
235f16647a
Settings: Display - icons table in mobile view fixed ( #3792 )
...
* fixed all themes
* fixed swage.scss
2021-08-22 23:01:37 +02:00
Alexandre Alapetite
947e918f05
Travis: Enforce phpcs line length + whitespace ( #3488 )
...
* Update Travis line length
* Also check whitespace in CSS files
* Fix line length ext.php
* More syntax, string templates
* Fix exclude-pattern
* Test JS files as well
2021-02-28 12:26:24 +01:00
Alexandre Alapetite
b7fd6d2d94
Show feed name inside the article ( #3081 )
...
* Show feed name inside the article
#fix https://github.com/FreshRSS/FreshRSS/issues/3079
* Normal view add date in subtitle
#fix
https://github.com/FreshRSS/FreshRSS/issues/3079#issuecomment-650109551
2020-07-13 15:46:50 +02:00
Petra
f34f1ff8f1
Edit mapco.css ( #3048 )
...
Otherwise end up with (almost) white-on-white
2020-06-10 23:08:02 +02:00
Alexis Degrugillier
d4554fa087
Change add feed action ( #3027 )
...
* Docker Alpine 3.12 (#3025 )
https://alpinelinux.org/posts/Alpine-3.12.0-released.html
With PHP 7.3.18 (from 7.3.17) (and Apache 2.4.43 unchanged).
No other significant change spotted
* Ensure feed attributes are used before load
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr >
2020-06-05 10:09:31 +02:00
Marien Fressinaud
cc7a784cbe
Add/mobile feed configuration ( #2938 )
...
* Show subscription management button on mobile
* Show aside box-shadow on Origine only when opened
* Reduce padding of Origine posts on mobile
* Shrink stick component with long input
* Show Origine configure icons on mobile
* Show the slider full width on mobile
* Improve the look of forms on mobile
* Fix Ansum theme
* Fix BlueLagoon theme
* Fix Dark theme
* Fix Flat theme
* Fix Mapco theme
* Fix Origine-compact theme
* Fix Pafat theme
* Fix Screwdriver theme
* Fix Swage theme
* Fix Alternative-Dark theme
* Apply RTL script on themes
Co-authored-by: triatic <42704418+triatic@users.noreply.github.com >
2020-05-06 19:55:45 +02:00
Alexandre Alapetite
f9e92a9286
Fix CSS hover long title ( #2882 )
...
* Fix CSS hover long title
#fix https://github.com/FreshRSS/FreshRSS/issues/2755
* Fix Ansum
* Fix Mapco
2020-04-08 20:52:15 +02:00
Marien Fressinaud
bba0b05655
Fix favorite display for "current" articles ( #2634 )
...
Favorite articles have, in most of the themes, a gold background to
distinguish them from the other articles. However, it can be distracting
to have such a background when reading the articles, so we should turn
them back to the "default" background when articles are opened (class
`.current`).
Bug introduced in e9ce27d8d9
Related PRs:
- https://github.com/FreshRSS/FreshRSS/pull/2477
- https://github.com/FreshRSS/FreshRSS/pull/2611
- https://github.com/FreshRSS/FreshRSS/pull/2612
Closes https://github.com/FreshRSS/FreshRSS/issues/2618
2019-11-05 16:42:29 +01:00
Frans de Jonge
20c38d7083
[CI] Run stylelint ( #2477 )
...
* [CI] Run stylelint
Perform some basic CSS sanity checking and style enforcement.
I removed vendor prefixed linear-gradient and transform because those are from the IE9 era. With IE11 as a minimum and soon obsolete requirement it doesn't make much sense anymore.
* Remove as-link override
* Don't require newline after comment
* Also apply those newline rules to SCSS
* refine opening/closing braces, allow for single-line
2019-08-14 22:29:28 +02:00
Alexis Degrugillier
2decc82c3e
Change category configuration ( #2410 )
...
* Change category configuration
Before, we had a drop-down list to interract on categories. It was not
working the same way as feeds.
Now, categories and feeds behave in a similar manner. At the moment,
there is no change in features but it will allow to expand them.
See #2369
* Minor whitespace
2019-06-21 08:42:06 +02:00
Thomas Guesnon
086fa0d49a
Two themes ( #2245 )
...
* Two new themes
* update gitignore
* dirs cleaning + mobile ui improvements
* name added to credits file
* New line
2019-02-13 11:37:37 +01:00