From: Sarven Capadisli Date: Fri, 20 Nov 2009 04:09:40 +0000 (+0000) Subject: Reduced entity_profile width in pop up X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b51df36189e631d9440bd9182bc4bb01624751b6;p=quix0rs-gnu-social.git Reduced entity_profile width in pop up --- diff --git a/plugins/Realtime/realtimeupdate.js b/plugins/Realtime/realtimeupdate.js index a2c4da113e..f383dc3fbb 100644 --- a/plugins/Realtime/realtimeupdate.js +++ b/plugins/Realtime/realtimeupdate.js @@ -301,6 +301,8 @@ RealtimeUpdate = { return false; }); + + $('#showstream .entity_profile').css({'width':'69%'}); } }