diff --git a/core/render.ts b/core/render.ts index 6a80b9c..51f5913 100644 --- a/core/render.ts +++ b/core/render.ts @@ -235,11 +235,12 @@ export function renderIndexPage(data: PageData): string {

Adjust the reader appearance and choose which sources appear in the feed.

+

Theme

-
+
+

Sources

diff --git a/web-static/static/style.css b/web-static/static/style.css index 4d466f1..d244611 100644 --- a/web-static/static/style.css +++ b/web-static/static/style.css @@ -426,6 +426,12 @@ button { gap: 0.65rem; } +.config-section-row { + display: grid; + grid-template-columns: repeat(2, minmax(0, 1fr)); + gap: 1rem; +} + .config-section-header { display: flex; flex-direction: column; @@ -894,6 +900,10 @@ body.is-dialog-open { gap: 0.5rem; } +:root[data-ui-density="compact"] .config-section-row { + gap: 0.65rem; +} + :root[data-ui-density="compact"] .config-section-header { gap: 0.2rem; }