diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-07-27 17:21:22 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-07-27 17:21:22 -0300 |
commit | 34189c2ac0e09e4c0b3468964f9c5b35e499f714 (patch) | |
tree | 4ecdf0db78ae8f769e0df7969392a2e263f1f855 /src | |
parent | bdb50b9eb0eb25199bec8bb45b69b84c90921e98 (diff) |
css: make chronology tooltip headings necessarily wide
Diffstat (limited to 'src')
-rw-r--r-- | src/static/css/site.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 29c1396a..a5aa078f 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1338,6 +1338,7 @@ li:not(:first-child:last-child) .tooltip:where(:not(.cover-artwork .tooltip)), .contribution-tooltip .chronology-heading { grid-column-start: handle-start; grid-column-end: platform-end; + min-width: 30ch; font-size: 0.85em; font-style: oblique; |