Giter Club home page Giter Club logo

Comments (6)

levito avatar levito commented on June 30, 2024 1

Hi @VlaK0r, to change the font sizes, please follow these steps:

  1. Enter the preferences
  2. Hit the "Customize" button on the "Theme" section
  3. Enter a custom style like this:
    :root {
      --font-size-post: 20px;
    }

This will increase the font size for posts and headings, and adjust some spacings so everything is still aligned nicely.

There are some hardcoded font sizes that won't change with this because otherwise the user interface would break.

You can find more customization options in the readme.

from tt-rss-feedly-theme.

levito avatar levito commented on June 30, 2024 1

As I mentioned, some font sizes are hardcoded and can't be changed because this would break the layout. You can try something like this to zoom the entire UI:

:root {
    zoom: 1.2;
}

Then you can also play with smaller values for --base-spacing and/or --font-size-post to compensate some unwanted size increases.

from tt-rss-feedly-theme.

levito avatar levito commented on June 30, 2024 1

Oh, then you are probably using Firefox, right? zoom is non-standard CSS that doesn't work there. Glad that you could make it work for you with browser settings!

from tt-rss-feedly-theme.

VlaK0r avatar VlaK0r commented on June 30, 2024

Hi @VlaK0r, to change the font sizes, please follow these steps:

1. Enter the preferences

2. Hit the "Customize" button on the "Theme" section

3. Enter a custom style like this:
   ```css
   :root {
     --font-size-post: 20px;
   }
   ```

This will increase the font size for posts and headings, and adjust some spacings so everything is still aligned nicely.

There are some hardcoded font sizes that won't change with this because otherwise the user interface would break.

You can find more customization options in the readme.

For example, there is a code.

  • These are the default settings for feedly.css /
    :root {
    --base-spacing: 30px; /
    works best with a value between 30px and 75px /
    --font-size-post: 16px;
    --fonts-ui: "Helvetica Neue", Arial, Helvetica, "Liberation Sans",
    "Nimbus Sans L", FreeSans, sans-serif;
    --fonts-content: var(--fonts-ui);
    --fonts-heading: SansCn;
    --fonts-mono: "Fira Code", Menlo, Monaco, Consolas, "Lucida Console",
    "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono",
    "Courier New", monospace;
    --reading-width: 45; /
    use a unitless em value */
    --card-max-column-count: 10;
    --card-min-column-width: 300px;
    }

What needs to be changed or added in it to increase the font of the headings or in the left panel?
When I change --font-size-post: 16px; to 30px, the font size only changes in the right window.

from tt-rss-feedly-theme.

VlaK0r avatar VlaK0r commented on June 30, 2024

Thank you very much for your help!
This code (zoom: 1.2;) doesn't change anything for some reason.

But I came out differently. I increased the scale of the page using the browser, but not all pages, only the font. In this case, nothing changes except the font.
It looks wonderful!
Thank you so much for the theme!

from tt-rss-feedly-theme.

VlaK0r avatar VlaK0r commented on June 30, 2024

Oh, then you are probably using Firefox, right? zoom is non-standard CSS that doesn't work there. Glad that you could make it work for you with browser settings!

You can enlarge the font in the right panel by adding -
body.flat.ttrss_index #main {
font-size: var(--font-size-main,15px);
}

from tt-rss-feedly-theme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.