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:
parent
d069bd536e
commit
14bdf39107
@ -328,7 +328,7 @@ kbd {
|
||||
position: relative;
|
||||
|
||||
width: 100%;
|
||||
max-width: 700px;
|
||||
max-width: 400px;
|
||||
margin: 96px auto;
|
||||
padding: 24px;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user