diff --git a/data/style/style.css b/data/style/style.css index 163addf..a7264c6 100644 --- a/data/style/style.css +++ b/data/style/style.css @@ -27,6 +27,8 @@ a:visited { aside { background-color: var(--background-overlay); + max-width: 30%; + padding: var(--line-height) 1ch; } aside:empty { diff --git a/templates/index.html.hbs b/templates/index.html.hbs index dbe9dff..a8e974a 100644 --- a/templates/index.html.hbs +++ b/templates/index.html.hbs @@ -24,10 +24,7 @@
{{{content}}} - +
\ No newline at end of file