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 %} +