aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme/base.rtl.css
AgeCommit message (Collapse)Author
2025-11-04Better transitions between groups of articles (#8174)Gravatar Alexandre Alapetite
fix https://github.com/FreshRSS/FreshRSS/issues/7520 fix https://github.com/FreshRSS/FreshRSS/issues/8168 fix https://github.com/FreshRSS/FreshRSS/discussions/8172
2025-11-01Fix/improve <textarea> (#8171)Gravatar maTh
## Feed configuration slider: ### Before: <img width="747" height="346" alt="grafik" src="https://github.com/user-attachments/assets/37056ef8-1163-48d1-a3dd-99e745418b2d" /> ### After: <img width="743" height="473" alt="grafik" src="https://github.com/user-attachments/assets/388a0ef6-633e-43ee-8ea5-5cbe7b40e6e4" /> ## CustomCSS, CustomJS extensions ### Before: <img width="762" height="504" alt="grafik" src="https://github.com/user-attachments/assets/279801fb-06a7-477a-81e7-c681087595a5" /> ### After: <img width="767" height="922" alt="grafik" src="https://github.com/user-attachments/assets/ca4cf304-03c7-4028-89d0-1c3094086176" /> And cleaning some CSS * UserCSS+JS: w100 h50 * clean textarea width height * feed config slider * Update base.rtl.css * fix class="valid-json" * padding + vertical-align * fix ansum mapco
2025-09-03delete margin (#7904)Gravatar maTh
Ref: #4493 Before: <img width="816" height="571" alt="grafik" src="https://github.com/user-attachments/assets/bfc6c933-5e4e-46e8-91d7-0e0e7b469671" /> After: <img width="795" height="523" alt="grafik" src="https://github.com/user-attachments/assets/5b5a668c-c3ca-46ef-be69-ad5b5b90a412" />
2025-04-27Themes fix CSS .as-link (#7526)Gravatar Alexandre Alapetite
* Themes fix CSS .as-link Add missing rules. fix https://github.com/FreshRSS/FreshRSS/pull/7489#issuecomment-2781146577 * More fixes
2025-04-05Use HTTP POST for logout (#7489)Gravatar Alexandre Alapetite
* Use HTTP POST for logout To avoid potential CSRF risks * Fixed button font issue * Minor whitespace
2025-03-22Themes: .btn padding + small adjustments (#7168)Gravatar maTh
Closes https://github.com/FreshRSS/FreshRSS/issues/6262 Changes proposed in this pull request: - CSS: the search button was too big/not flexible enough for the height because of the padding How to test the feature manually: 1. browser configuration: change the default font size from (`16`pt mostly) to `15` or `14` 2. go to subscription management -> `Subscription tools` 3. there should be no scroll bar (because the left hand side navigation is short and the content right hand side is short too) Side effect: All buttons will be a bit smaller as before (because `px` -> `rem`) It should not be an issue at all
2025-03-13Mark as read button: config for the size (#7314)Gravatar maTh
* settings * i18n: mark_read_button * big, small, none * fix * Fixes * make fix-all --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2025-01-31Improve notification banner (#7268)Gravatar maTh
* a -> button * i18n: Close * a.close -> .close * themes * Apply suggestions from code review Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> * Update app/i18n/fr/gen.php --------- Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com> Co-authored-by: Frans de Jonge <fransdejonge@gmail.com> Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2024-12-26new: reader view: footer has manage icons (#7133)Gravatar maTh
* add footer * rename content thin medium large class * rework css * footer improved
2024-09-29Improved: Subscription management page (#6816)Gravatar maTh
* i18n: Add an RSS feed -> Add a feed * manage mouse title for category * no white space between manage icon and favicon and title * add feed link: use icon instead of plus character * better CSS class for empty category and its alert text box * show muted icon and warning icon * the CSS magic incl. the themes improvements * fix * mute icon is more important than warning * feed mouse hover title * fix feed navigation sidebar: show error * fix btn with icon and text * fix aside feed: muted icon over warning icon
2024-09-06improved: Default styles for pre and code (#6770)Gravatar maTh
* set frss.css * clean base.css * themes
2024-06-05Improved: Nav buttons as buttons (#6485)Gravatar maTh
* improved HTML * CSS * i18n: new title text * Update swage.scss * Update app/i18n/fr/gen.php Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr> * Update swage.scss --------- Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
2024-04-26Fix date issue in mobile view (#6385)Gravatar maTh
* font-size: 0.7rem; in frss.css * fix date issue in mobile view * better CSS for date in header and footer * RTL * padding in mobile view
2024-04-15Improved: Reading view: author (#6289)Gravatar maTh
* move the margin from themes to frss.css + delete font-size * same source code as normal view for author information
2024-03-17fixed HTML: <fieldset> + <legend> (#6202)Gravatar maTh
* legend tags cleaned * formgroup -> fieldset tag * add bookmarklet class * Update logs.phtml * Update logs.phtml * fixed log table text alignment
2023-12-29fix:remove duplicated lines that are given in frss.css (#5999)Gravatar maTh
2023-12-10Fix font priority for languages using Han characters (#5930)Gravatar Kasimir Cash
* Remove chinese fonts from themes (#5670) * Adds name to credits
2023-05-15CSS: refactor of a.btn (#5401)Gravatar maTh
2023-04-15Improved: global view: mobile view (#5297)Gravatar maTh
* improved overlay + visible close button * duplicate of line 2109 * delete #panel .close from frss.css * set background colors in each theme * fix Ansum and Mapco theme * fix Nord theme * frss.css * only 1 scroll bar * fix the closer background in some themes * fix scrolling * fix fix
2023-03-21Improved: show Terms of Service in config menu (#5215)Gravatar maTh
* Use constants for path to TOS * improve comments * TOS title moved to template * TOS available via config menu * CSS: improve handling of content of TOS/about * give info about set/unset TOS in system config * fix target * i18n FR * i18n DE
2023-01-25Improved: expanding inputs (#5040)Gravatar maTh
* fix * wider input element
2023-01-09fix: CSS "content:" (#4985)Gravatar maTh
* fix * frss.css * improve bubble for unread articles in global view
2022-12-28fix: Misalignment of "There are no articles to show" box (#4959)Gravatar maTh
2022-12-12Improved: Header (#4927)Gravatar maTh
* all themes * fix
2022-11-27delete .nav-list .empty/.error (#4899)Gravatar maTh
2022-11-23fix: line-height of label list (#4890)Gravatar maTh
2022-11-20fix: over flowing table that destroy the layout (#4872)Gravatar maTh
2022-11-14Improved: Centralized CSS for notifications (#4800)Gravatar maTh
* wip. all themes * fixes
2022-10-31fix: base theme: line-height (#4798)Gravatar maTh
2022-10-30fixed: box layout for global view (#4791)Gravatar maTh
2022-10-04All (S)CSS files (#4690)Gravatar maTh
2022-10-03Improved: Remove <li> as separator (#4597)Gravatar maTh
* templates * themes * fix * fix * fixes * fix
2022-10-01Improved: CSS .toggle_aside (#4664)Gravatar maTh
* all themes * fixed order * fix end of file * fixed swage
2022-09-29all themes (#4663)Gravatar maTh
2022-09-27Improved: template.css (colors) (#4641)Gravatar maTh
* font colors * html, body color: moved to the themes * finished font-color * background-colors * fix scrollbar-colors * background colors modal/darken-hover * background-color * loading image * template-background-color-transparent * background-colors (inkl. modal background) * box-shadow * fix:: toggle_aside:hover * background-color * border-color * rgba -> # * improvements * RTL.css
2022-09-26fixed: Safari issue with .stick dropdowns (#4643)Gravatar maTh
* fix * fixed
2022-09-18Improved: Cleanup CSS of ".log" (#4594)Gravatar maTh
* themes css * Log Level CSS class improved * SCSS * RTL CSS
2022-09-18clean .horizontal-list (#4596)Gravatar maTh
2022-09-18(S)CSS .disable removed (#4619)Gravatar maTh
2022-02-06Improved: "Pagination" + load more button (#4125)Gravatar maTh
* Frontend changes done * Load more should work now also without JS * Update template.rtl.css * improved the themes' CSS * Update template.rtl.css * fix CI * CSS prop. order fixed * Rename pagination.phtml to stream-footer.phtml * use the new template name * rename key of i18n * fixed CI, that does not like the white space * rename pagination variable * Update indexController.php
2022-02-05Improve: new article banner (#4037)Gravatar maTh
* fix Origine theme padding * Fix all themes * Update swage.scss
2021-09-08Remove: Show cog wheel icon on hover in the settings (#3831)Gravatar maTh
* 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-08-29Run CSS validation manuallyGravatar Alexandre Alapetite
2020-07-13Show feed name inside the article (#3081)Gravatar Alexandre Alapetite
* 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-03-01[UI] Add RTL support with RTLCSS (#2776)Gravatar Frans de Jonge
* Add dir info to gen.php & install.php! * Add `make rtl` command Using rtlcss because it has actually has a command-line application!