client: rework max content width handling

This commit is contained in:
Adorian Doran
2025-10-30 00:23:41 +02:00
parent e510653edb
commit 1ef03b7a77
4 changed files with 8 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ const TPL = /*html*/`
<div class="note-detail">
<style>
.note-detail {
max-width: var(--max-content-width); /* Inherited from .note-split */
font-family: var(--detail-font-family);
font-size: var(--detail-font-size);
}