Logic Machine Forum
Mosaic - floors' - rooms' title size - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: Mosaic - floors' - rooms' title size (/showthread.php?tid=5772)



Mosaic - floors' - rooms' title size - balatis - 02.12.2024

Good morning,

Could we change the size of elements in main menu (which indicate rooms and floors) in mosaic 3.0 app?

Thank you in advance.


RE: Mosaic - floors' - rooms' title size - admin - 02.12.2024

See this: https://forum.logicmachine.net/showthread.php?tid=5660


RE: Mosaic - floors' - rooms' title size - balatis - 02.12.2024

(02.12.2024, 10:54)admin Wrote: See this: https://forum.logicmachine.net/showthread.php?tid=5660

(02.12.2024, 10:54)admin Wrote: See this: https://forum.logicmachine.net/showthread.php?tid=5660

We want to configure the size in the circle. Is this possible?
Thank you in advance.


RE: Mosaic - floors' - rooms' title size - admin - 02.12.2024

Add to Custom CSS in Mosaic > Settings & themes:
Code:
.room-link { font-size: 20px !important }



RE: Mosaic - floors' - rooms' title size - balatis - 03.12.2024

Good morning, we want to change the size of element which includes the title, not the size of text.
Is this possible ?
Thank you.


RE: Mosaic - floors' - rooms' title size - admin - 04.12.2024

Try this:
Code:
.cell.widget-room.no-room { height: 110px; }
.cell.widget-room.no-room .widget { display: flex; align-items: center; justify-content: center; }