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

Commit e15ee05

Browse files
committed
minor tweaks
1 parent ac5bf9c commit e15ee05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

css/obBase.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ form {
228228
/* since the loading spinners are centered in a manner
229229
where chat is excluded from the width, we'll follow
230230
suit here so our title is centered with the spinners */
231-
width: calc(100% -45px);
231+
width: calc(100% - 45px);
232232
}
233233

234234
#pageNav {

js/views/pageNavServersVw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ module.exports = BaseVw.extend({
4242
// launch page connect modal
4343
this.pageConnectModal && this.pageConnectModal.remove();
4444
this.pageConnectModal = new PageConnectModal({
45-
className: 'server-connect top0',
45+
className: 'server-connect modal-fullscreen',
4646
initialState: {
4747
statusText: serverConfig.get('default') ?
4848
polyglot.t('serverConnectModal.connectingToDefault') :

0 commit comments

Comments
 (0)