-
-
Notifications
You must be signed in to change notification settings - Fork 573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Re-enable window dragging (macOS) #1488
Comments
Thank you! this fixed the issue of not moving the window |
Thank you! It worked. |
Hi @incace! Thanks for the fix. Are you interested in making a pull request to add this to the Caprine? I created a PR (#1489) that enabled dynamic switching of CSS that's being injected based on the the UI (separate css is being injected for the old and new design). You can use that to add draggable area for the new design. You should just edit |
@dusansimic no worries. I can't get to it right at the moment. I will try over the weekend. |
It's not working for me. When I go to Caprine > Caprine Preferences > Advanced > Custom Styles -- it launched Tor Browser (which I have installed) but not able to edit anything. |
@stamatgeorge It’s because Tor is set to be the default CSS file opener. You need to change that to notepad or another text editor. |
Thanks for that! Also I have sidebar vibrancy enabled. If I add the following to my custom css it's back: .wrtwqps9,
.hop1g133 {
background: transparent !important;
} Edit: simplified CSS. |
I decided to make this a dedicated post so as to get visibility to anyone that comes across the issue looking for a simple fix. Hope this is OK. This is in reference to #1471.
If you are having an issue dragging your window in the macOS version, you can add the following CSS fix. This tweak enables draggable areas in the app window.
I've added 2 draggable regions, one being the top area of the sidebar above the search box, and the other area is the header in the main chat window, where the username is along with call and info buttons. I've also thrown in a couple positioning tweaks to the top area of the sidebar as well as removed search in collapsed sidebar view (under 900px). Note: In collapsed view, sidebar area is no longer a draggable region.
Place the following into the top of your
custom.css
file:The
custom.css
file can be loaded by going to the main menu... Caprine > Caprine Preferences > Advanced > Custom Styles. Save your file and reload (Ctrl/Command+R) Caprine.The text was updated successfully, but these errors were encountered: