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

is there a style (css) for the math resul label? #134

Open
msmafra opened this issue Oct 22, 2024 · 4 comments
Open

is there a style (css) for the math resul label? #134

msmafra opened this issue Oct 22, 2024 · 4 comments

Comments

@msmafra
Copy link
Contributor

msmafra commented Oct 22, 2024

Is there a style (css) for the math result label?

@nwg-piotr
Copy link
Owner

nwg-piotr commented Oct 22, 2024

No. I didn't want to make current users add it to their style sheets.

@msmafra
Copy link
Contributor Author

msmafra commented Oct 24, 2024

Oh, thanks. I just wanted to make it bigger.

@msmafra msmafra closed this as completed Oct 24, 2024
@nwg-piotr
Copy link
Owner

nwg-piotr commented Oct 24, 2024

I could assign the result label to a CSS ID:

lbl.SetProperty("name", "math-label")

Then you'd be able to set the font attributes e.g. like this:

#math-label {
    font-size: 16px
}

@msmafra
Copy link
Contributor Author

msmafra commented Oct 25, 2024

Oh, that would be awesome!

@msmafra msmafra reopened this Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants