Commit 39a81a1d authored by mercury233's avatar mercury233

fix settings dialog

parent 483feb91
Pipeline #4110 passed with stages
in 3 minutes and 58 seconds
......@@ -91,4 +91,8 @@ lobby[hidden], webview[hidden] {
#navbar {
z-index: 100;
}
#settings-modal .modal-dialog {
margin-top: 50px;
}
\ No newline at end of file
......@@ -77,7 +77,7 @@
</div>
<div class="modal-footer">
<button i18n type="button" class="btn btn-secondary" data-dismiss="modal">取消</button>
<button i18n type="submit" class="btn btn-primary">确定</button>
<button i18n type="submit" class="btn btn-primary" data-dismiss="modal">确定</button>
</div>
</form>
</div>
......
......@@ -120,6 +120,7 @@ export class MyCardComponent implements OnInit {
remote.app.relaunch();
remote.app.quit();
}
// TODO: close the modal dialog
}
//
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment