boazarad / MMM-CountDown

Magic Mirror Module to count down to a specific date
MIT License
36 stars 24 forks source link

Impossible to reduce the size of the text #16

Open Quentinover opened 4 years ago

Quentinover commented 4 years ago

I'm still a junior in coding, but I tried several things and nothing happened when I tried to reduce the text. How can I do that ? (also sorry if my question is dumb, I tried changing the css of the module and the main one.)

yoh33zy commented 3 years ago

Same issue. The size is too big causing my other modules in that position to stretch

CraigTorg commented 3 years ago
Screen Shot 2021-03-02 at 10 16 48 PM

I went searching in the MMM-CountDown.js file and found these lines that I highlighted in blue. I adjusted the first two lines where it says medium and large. I haven't found where those classes come from but I guessed and changed them from large and xlarge to medium and large.

I am hoping I can change the word "days" to gray and dimmed like it shows in the example on the read me page but I haven't found where to do that yet.