Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Font size and space between posts settings #31

Open
thiendt2k1 opened this issue Mar 6, 2023 · 1 comment
Open

Font size and space between posts settings #31

thiendt2k1 opened this issue Mar 6, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request fb-cmf

Comments

@thiendt2k1
Copy link

thiendt2k1 commented Mar 6, 2023

Hi, it's me again, after a long time with no trouble, today i install the script to my old computer, with 1360 x 768 pixels, and it is terrible, cause it takes too much space between hidden posts and font size just take too much, i managed to change the script css once, but there're update and all my customize are gone, so may i suggest the option to scale down font size and space, and it quite easy to achieve i guess, thanks.
image

@zbluebugz
Copy link
Owner

Will look into this.

In the meantime, there's a couple of options:

  1. Use the Verbosity's option "" to hide them.
  2. Install "Stylus" addon/extension and use the following sample CSS code to re-style them.
/* notification container */
div[cmfr="0"] {
    margin: 0.5rem !important;
    padding: 0.25rem !important;
}
/* notification - button and text */
.wbtn button, .wtxt {
    font-size: 0.6rem !important;
}

/* tabs (used on groups/videos post when Verbosity = "7 posts hidden" is enabled) */
h6[cmfr] {
    font-size: 0.6rem;
    padding: 0.25rem !important;
}

@zbluebugz zbluebugz self-assigned this Mar 6, 2023
@zbluebugz zbluebugz added enhancement New feature or request fb-cmf labels Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request fb-cmf
Projects
None yet
Development

No branches or pull requests

2 participants