Feature Request: [Feature Request] CSS โ Style when Preview is Focused
FelipeRearden opened this issue ยท 2 comments
FelipeRearden commented
Feature Requested
Hello @Quorafind !!!!
Would you mind to expose in style.css
a way to let us change the style of the Preview when the Preview is focused ?
background-color
or adding a border
when the Preview is focused
Thanks for reading this !!!!! I hope you like my suggestion
Have a great day
Relevant Screenshot
No response
Checklist
- The feature would be useful to more users than just me.
Quorafind commented
Available in latest version:
.float-search-modal-file-ctn:has(.mod-active) {
border-bottom: 3px solid var(--color-accent);
}
.float-search-modal-file-ctn:has(.mod-active) .cm-scroller {
background-color: var(--background-primary);
}
FelipeRearden commented