Increase width of dataview page hover

is there a css for increasing the width of dataview pages (e.g. in a list) when I hover on it?

What are “dataview pages”?

the items listed as result of a query.
I would like to change the width size of the window that pops out when you hover on top of them

But they aren’t a dataview feature. It’s a default Obsidian feature to preview any link when you hover it (core plugin “Page Preview”). If you want to change it (don’t ask me how) you’ll change all preview windows, not only the ones you see when you hover the links in dataview results…

1 Like

ah thanks
this works

.theme-light, .theme-dark {
    --popover-width: 650px;
    --popover-height: 400px;
}
2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.