1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-09 05:34:05 +02:00

Fix right-aligned actions menu in Direct Messages

Closes 
This commit is contained in:
chylex 2016-05-08 12:16:41 +02:00
parent 77bcca45ce
commit 98197d1e86

View File

@ -30,6 +30,11 @@
},0);
});
// Fix layout for right-aligned actions menu
$(document).on("uiShowActionsMenu",function(){
$(".js-dropdown.pos-r").toggleClass("pos-r pos-l");
});
// Notification handling
$.subscribe("/notifications/new",function(obj){
for(var item of obj.items){