refactor: minor adjustments to Tip component

This commit is contained in:
light7734 2025-08-03 11:41:10 +03:30
parent 924ae2d359
commit e72cc8914f
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -25,9 +25,9 @@
max-width: 60ch;
min-width: 60ch;
margin-left: -30ch; /* Use half of the width (120/2 = 60), to center the tooltip */
margin-top: .5em;
margin-top: 0.5em;
background-color: #282828ea;
background-color: #282828f5;
text-wrap-mode: wrap;
text-align: justify;
padding: 1em;