1
0
mirror of https://github.com/osmarks/mycorrhiza.git synced 2025-01-06 10:00:26 +00:00

Limit the shortcut dialog's maximum width

This commit is contained in:
Timur Ismagilov 2021-06-14 01:21:46 +05:00
parent d069bd536e
commit 14bdf39107

View File

@ -328,7 +328,7 @@ kbd {
position: relative;
width: 100%;
max-width: 700px;
max-width: 400px;
margin: 96px auto;
padding: 24px;