Mister Pyrrhuloxia

Results 13 comments of Mister Pyrrhuloxia

> It seems that starting from today, I suddenly had to add in these extra bits of CSS to my ssb-interop.js other wise a bunch of stuff (chiefly the background...

@odedelharar thank you so much!! Problem solved!

So here's what I have at the end of my ssb-interop.js file on my Mac: `document.addEventListener("DOMContentLoaded", function() { // Then get its webviews let webviews = document.querySelectorAll(".TeamView webview"); // Fetch...

Thank you. On Tue, Aug 21, 2018, 9:45 AM Richard Cane wrote: > @misterpyrrhuloxia Slack change > their styles quite a lot, which ends up breaking things. I will have...

@boktoso I used your code and just modified some of the colors, but I'm still seeing a white line in the top of the Slack message panel. Can you tell...

> I used this at the bottom of my css to get rid of the white bar: > > .p-message_pane .c-message_list:not(.c-virtual_list--scrollbar), > .p-message_pane .c-message_list.c-virtual_list--scrollbar > .c-scrollbar__hider { > color: #fff...

So that solves the issue almost completely except when on the All Threads pane. ![screen_shot_2018-09-10_at_7_01_09_pm](https://user-images.githubusercontent.com/9469151/45332161-29d7d800-b52c-11e8-9a88-83380b2548fc.png) When I go to the "All Threads", the little sliver of white is still there....

> Yeah I see that now, didn't notice it before. Just need to add this line "box-shadow: none !important;" to the same section like this: > > ``` > #client_body:not(.onboarding):not(.feature_global_nav_layout):before...

Hey, guys. Here's a beginner script I just made for reenabling dark mode on Slack 4.0. It's for mac and it assumes you already have the custom js code that...

+1 for sure on all of these. But with any of the shortcuts, including the mouse shortcuts, it'd be great to be able to choose custom shortcuts. @acarabott, above all,...