Read the statement by Michael Teeuw here.
electron size
-
after i rotate the screen, the electron module is very large and overlapped.
Can anyone tell me how to change the size of it?
-
@duanzi
You ever got a solution? I have the same issue. -
@FlatPepsi changing the overall font size will make all modules to take upp less space.
That and changing the margins will give you more space.
-
@broberg where can I change the overall font size ?
-
@ironman_DK The most used classes for the font sizes are :
.xsmall { font-size: 15px; line-height: 20px; } .small { font-size: 20px; line-height: 25px; } .medium { font-size: 30px; line-height: 35px; } .large { font-size: 65px; line-height: 65px; } .xlarge { font-size: 75px; line-height: 75px; letter-spacing: -3px; }
Add these in the custom.css and change the font-size in each to fit your needs.
Everything in custom.css will override the main.css -
Sadly the same here
freshly installed 2.1.3Is there no Option to Switch zoom size like in the Mozilla browser with Shit+/- ?
ctrl 0 don’t work here …
-
While the mirror is running:
The key commands are:
Zoom In = Ctrl + Shift + =
Zoom Out = Ctrl + -
Default size = Ctrl + 0
-
As I wrote above that don’t work here … :-(
No Response form MM -
Then you have something else going on there
-
I fixed it by moving the Center modules to the left …
But I would be very interesting why that is ok on my first Installation and not here …