mirror of
https://github.com/osmarks/mycorrhiza.git
synced 2025-01-07 18:30: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;
|
position: relative;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 700px;
|
max-width: 400px;
|
||||||
margin: 96px auto;
|
margin: 96px auto;
|
||||||
padding: 24px;
|
padding: 24px;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user