Skip to content
This repository was archived by the owner on May 16, 2019. It is now read-only.

Commit 8903b40

Browse files
committed
making the server connect modal cover the full-screen
1 parent ac7f278 commit 8903b40

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

css/obBase.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,6 +1419,14 @@ h5 {
14191419
padding-top: 70px;
14201420
}
14211421
1422+
.modal-cover-fullscreen {
1423+
top: 0;
1424+
}
1425+
1426+
.modal-cover-fullscreen .modal-childMain {
1427+
top: 50px;
1428+
}
1429+
14221430
.modal-childMain {
14231431
border-radius: 3px;
14241432
background-color: #327eb8;

js/views/serverConnectModal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ var __ = require('underscore'),
1212
ServerConfigsVw = require('./serverConfigsVw');
1313

1414
module.exports = BaseModal.extend({
15-
className: 'server-connect-modal top0',
15+
className: 'server-connect-modal modal-cover-fullscreen',
1616

1717
events: {
1818
'click .js-close': 'closeConfigForm',

0 commit comments

Comments
 (0)