Slight toderp logo fix

This commit is contained in:
Max Lynch
2013-10-09 10:30:11 -05:00
parent 5e48c206ec
commit 733d9996b3
2 changed files with 2 additions and 2 deletions

2
dist/ionic.js vendored
View File

@ -2679,7 +2679,7 @@ ionic.controllers.NavController.prototype = {
} }
// Calculate difference from the tap points // Calculate difference from the tap points
if(Math.abs(this._lastX - this._startX) > this.dragThresholdX) { if(!this._isDragging && Math.abs(this._lastX - this._startX) > this.dragThresholdX) {
// if the difference is greater than threshold, start dragging using the current // if the difference is greater than threshold, start dragging using the current
// point as the starting point // point as the starting point
this._startX = this._lastX this._startX = this._lastX

View File

@ -58,7 +58,7 @@
} }
.toderp-small-logo { .toderp-small-logo {
background: url('../img/logo-header@2x.png') no-repeat transparent; background-image: url('../img/logo-header@2x.png');
background-size: 76px 21px; background-size: 76px 21px;
} }
} }