Quorafind/Obsidian-Float-Search

Feature Request: [Feature Request] CSS โ†’ Style when Preview is Focused

FelipeRearden opened this issue ยท 2 comments

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 ?

๐Ÿ’ก I am thinking about changing the 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.

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);
}

Available in latest version:

AMAZING !!!!

Thank you very much @Quorafind !!!!!!!!