TiddlyMap - Size of Popup windows

My Os is Linux Mint 22 with TiddlyDesktop20 and Tiddlywiki 5.3.6

My Problem is:

I am using TiddlyMap, and I have encountered an issue with the size of the popup windows that appear when hovering over or clicking on a node. The default popup window is too small for my needs, and I would like to increase its size.

I believe there must be a script or setting within TiddlyMap where the size of these popup windows is defined. Could you please guide me on how to locate and adjust this setting?

Any help or advice would be greatly appreciated!

Thank you in advance for your support.

If I understand you correctly, this is when the MAP is full screen. Correct?

It appears I have this in my CSS…

/* Set the MAP modal dialogs (more left and towards the top) to make better use of the screen) */
.tc-modal { top: 4rem;
	right: auto;
	left: 15%;
}

So, edit it, removing my attributes, and add width and height to meet your needs. Hope this helps.

Craig

I think I’m going to change my CSS to:


.tc-modal { top: 4rem;
  left: 5%;
  width: 90%;
}

This looks better.

Hi Craig,
thank you for your fast reply. Unfortunately I am just a normal User and far away from understanding what you are refering to.

I appriciateyour help very much but I do need more explanation as o what I have to do exactly.

Regards
preacherman