moved the source link out of the way in the html export

This commit is contained in:
nadrad 2025-04-08 14:36:50 +02:00
commit d0d494750c

2
h-m-m
View file

@ -2409,7 +2409,7 @@ function export_html()
.'summary { margin-left: -10px; cursor: pointer; }'
.'summary:hover, p:hover { color: #fbc531; }'
.'details:hover, p:hover { border-color: #e1b12c; }'
.'#source { position: fixed; bottom: 0; left: 0; padding: 5px 15px 8px 15px; margin: 100px 0 0 0; }'
.'#source { position: fixed; bottom: 0; right: 0; padding: 5px 15px 8px 15px; margin: 100px 0 0 0; }'
.'#source { background-color: #333; border: none; box-sizing: border-box;}'
.'#source > summary { list-style: none; }'
.'#source[open] { position: static; margin: 100px 0 0 0; font-size: 16px; }'