From e1c4663cd73ee597b4a19c253dfbb7d66e0923ec Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Tue, 11 Apr 2017 20:26:48 -0300 Subject: [PATCH] Inject CSS to LinkedIn Messaging Fixes #624 --- app/store/ServicesList.js | 1 + 1 file changed, 1 insertion(+) diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index be7dccd0..5ae694ae 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -730,6 +730,7 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Manage your professional identity. Build and engage with your professional network. Access knowledge, insights and opportunities.' ,url: 'https://www.linkedin.com/messaging' ,type: 'messaging' + ,css: 'nav, .ad-banner-container, .right-rail { display: none !important; } .neptune-grid { width: 100% !important; padding:0!important; } .authentication-outlet { margin: 0 !important; }.neptune-grid.two-column .core-rail{width:100%!important;}.msg-messaging-container{height:calc(100%)!important;}.msg-conversations-container{flex:1!important;}.msg-thread{flex:3!important;max-width:none!important;min-width:none!important;}#messaging{height:calc(100vh)!important;}#msg-overlay{display:none!important;}body{overflow-y:hidden!important;}' }, { id: 'zyptonite'