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

Sizing of Alarm #3

Open
chengy77 opened this issue Jan 24, 2022 · 1 comment
Open

Sizing of Alarm #3

chengy77 opened this issue Jan 24, 2022 · 1 comment
Labels
question Further information is requested

Comments

@chengy77
Copy link

I've tried using custom.css to adjust the alarm size. No luck. Any help pointing me in the right direction would be very much appreciated.

@JanLoebel
Copy link
Owner

Hi,

what do you mean by "Alarm"? Do you mean the clock itself? You can just use the transform-scale operator from css to scale the element like so:

.mmm-touchalarm {
  transform: scale(2);
}

@JanLoebel JanLoebel added the question Further information is requested label Jan 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants