You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* variable */
.__fb-dark-mode {
--card-spacing: 0px;
}
/* you can remove this to keep the space on the right most card*/
.x1mj4gcd.x1mj4gcd {
padding-right: var(--card-spacing);
}
/* Remove top space between the cards and the menu bar */
.x13dmulc.x13dmulc {
margin-top: var(--card-spacing);
}
/* Fix user account picture cutout or bad spacing*/
.xz9dl7a.xz9dl7a {
padding-bottom: 6px;
}
It should ask you what app should open the current file, select or find your text editor eg. notepad, code, sublime, etc..
devCKVargas
changed the title
Fix: scrolling bug and dark theme issue (follow this)
Simple fix: scrolling bug and dark theme issue (follow this)
Jun 27, 2024
/* variable */
.__fb-dark-mode {
--card-spacing: 0px;
}
/* you can remove this to keep the space on the right most card*/
.x1mj4gcd.x1mj4gcd {
padding-right: var(--card-spacing);
}
/* you can remove this to keep the space on the left most card (Inbox) */
.x1hys8i7.x1hys8i7 {
padding-left: var(--card-spacing);
}
/* Removes the space from the left most corner */
.xdhzj85.xdhzj85 {
margin-left: var(--card-spacing);
}
/* Remove top space between the cards and the menu bar */
.x13dmulc.x13dmulc {
margin-top: var(--card-spacing);
}
/* Fix user account picture cutout or bad spacing*/
.xz9dl7a.xz9dl7a {
padding-bottom: 6px;
}
/* Removes the roundness of the corners */
.xzhurro.xzhurro, .xpyiiip.xpyiiip, .x88v6c3.x88v6c3, .x6gs93r.x6gs93r {
border-radius: var(--card-spacing);
}
This is a temporary fix, but I just wanna put this here for anyone.
Also fixes: #2155 (comment), #2180, #2194,
Does not fix: #2189
Instruction
File
>Caprine Settings
>Advanced
>Custom Styles
This file does not have an app associated with it for performing this action
follow this fix (windows)Ctrl + R
to reload the current changesAnother layout: no spacing and rounded corners
Code to paste in your custom.css:
Check these attached screenshots to see the before and after:
Before
After
The text was updated successfully, but these errors were encountered: