From 8e73723e5c257209cb32433a06039425202f821f Mon Sep 17 00:00:00 2001 From: martintomas Date: Tue, 24 Oct 2023 13:38:34 +0200 Subject: [PATCH] feat: Final Linkedin widget with feeds --- app/assets/stylesheets/tpi/pages/home.scss | 10 ++++++++++ app/views/tpi/home/index.html.erb | 3 ++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/tpi/pages/home.scss b/app/assets/stylesheets/tpi/pages/home.scss index 543a4fdcf..83ba30312 100644 --- a/app/assets/stylesheets/tpi/pages/home.scss +++ b/app/assets/stylesheets/tpi/pages/home.scss @@ -796,3 +796,13 @@ justify-content: center; } } + +.linkedin-widget { + height: 600px !important; + overflow: auto !important; + + .sk-linkedin-page-post-profile-info { + width: 100% !important; + padding: 0 5px; + } +} \ No newline at end of file diff --git a/app/views/tpi/home/index.html.erb b/app/views/tpi/home/index.html.erb index 527b22ec1..42484d8ac 100644 --- a/app/views/tpi/home/index.html.erb +++ b/app/views/tpi/home/index.html.erb @@ -113,7 +113,8 @@
- +
+