From f88d759209e9042240bb0b4813024c78c1ed86bf Mon Sep 17 00:00:00 2001 From: Max Hohlfeld Date: Thu, 24 Jul 2025 15:04:07 +0200 Subject: [PATCH] style: shortcut manual --- web/static/style.scss | 10 ++++++++++ web/templates/calendar.html | 30 ++++++++++++++++++++---------- 2 files changed, 30 insertions(+), 10 deletions(-) diff --git a/web/static/style.scss b/web/static/style.scss index c9766bae..486b0b77 100644 --- a/web/static/style.scss +++ b/web/static/style.scss @@ -128,3 +128,13 @@ kbd { -ms-user-select: none; user-select: none; } + +div.shortcuts-info { + display: inline-grid; + grid-template-columns: 90px 1fr; + column-gap: 1em; + + p { + text-align: initial; + } +} diff --git a/web/templates/calendar.html b/web/templates/calendar.html index a3d1debe..4bcc9716 100644 --- a/web/templates/calendar.html +++ b/web/templates/calendar.html @@ -37,17 +37,27 @@ {% endif %} +