Browse Source

Minor fixes

TitanNano-voice_recorder
Igor Zhukov 11 years ago
parent
commit
3b63e4eb6c
  1. 2
      app/css/app.css
  2. 1
      app/js/directives.js

2
app/css/app.css

@ -1467,7 +1467,7 @@ div.im_message_video_thumb {
background-position: -2px -542px;
}
.im_history_selectable a[ng-click] {
.im_history_selectable a {
pointer-events: none;
}

1
app/js/directives.js

@ -2161,6 +2161,7 @@ angular.module('myApp.directives', ['myApp.filters'])
initEl.removeClass(prevClass);
}
initEl.addClass(newClass);
prevClass = newClass;
}
updatePeerPhoto();

Loading…
Cancel
Save