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

Commit 4ee5474

Browse files
committed
code cleanup
1 parent 284da8d commit 4ee5474

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

css/obBase.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1478,6 +1478,10 @@ h5 {
14781478
top: 50px;
14791479
}
14801480
1481+
.modal-cover-fullscreen.modal.modal-navOffset .modal-childMain {
1482+
top: 0;
1483+
}
1484+
14811485
.modal-childMain {
14821486
border-radius: 3px;
14831487
background-color: #327eb8;

js/start.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,7 @@ var loadProfile = function(landingRoute, onboarded) {
384384
});
385385

386386
$('#sideBar').html(app.chatVw.render().el);
387-
388-
$('html').addClass('chatLoaded navBarLoaded');
387+
$('html').addClass('chatLoaded');
389388

390389
app.router = new router({userModel: user, userProfile: userProfile, socketView: newSocketView});
391390

0 commit comments

Comments
 (0)