mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Usability : keyboard shortcuts cheatsheet
- click outside of cheatsheet-wrapper closes the popup - removed jquery from CheatsheetService - removed label 'Keyboard shortcuts' in favor of tooltip
This commit is contained in:
@@ -27,12 +27,10 @@
|
||||
position: absolute;
|
||||
z-index: 10000;
|
||||
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
|
||||
padding: 50px;
|
||||
top: 50px;
|
||||
right: 50px;
|
||||
bottom: 50px;
|
||||
left: 50px;
|
||||
|
||||
box-sizing: border-box;
|
||||
-moz-box-sizing : border-box;
|
||||
|
||||
Reference in New Issue
Block a user