mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Made the docs modal larger.
This commit is contained in:
parent
f89768d76d
commit
ea73d91a6b
2 changed files with 3 additions and 0 deletions
2
app/styles/play/level/modal/docs.sass
Normal file
2
app/styles/play/level/modal/docs.sass
Normal file
|
@ -0,0 +1,2 @@
|
|||
#docs-modal .modal-dialog
|
||||
width: 800px
|
|
@ -6,6 +6,7 @@ Article = require 'models/Article'
|
|||
|
||||
module.exports = class DocsModal extends View
|
||||
template: template
|
||||
id: 'docs-modal'
|
||||
|
||||
shortcuts:
|
||||
'enter': 'hide'
|
||||
|
|
Loading…
Reference in a new issue