mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-01 08:23:57 -04:00
Made the docs modal larger.
This commit is contained in:
parent
f89768d76d
commit
ea73d91a6b
2 changed files with 3 additions and 0 deletions
app
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
|
module.exports = class DocsModal extends View
|
||||||
template: template
|
template: template
|
||||||
|
id: 'docs-modal'
|
||||||
|
|
||||||
shortcuts:
|
shortcuts:
|
||||||
'enter': 'hide'
|
'enter': 'hide'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue