vantage-obsidian
vantage-obsidian copied to clipboard
Text fields not contained by modal & modal goes off screen
I have similar issues to #3 and #4.
On one of my monitors with a resolution of 1280x1024, the text inputs for searching note content go outside of vantage's modal in the horizontal direction and cannot be reached:
On another monitor with a resolution of 1024x768, the modal goes off the screen vertically and the X to close it cannot be reached:
Using vantage 1.4.0 and obsidian 0.12.5 on windows 10 with no css snippets or theming.
Some fixes via css snippets
.vantage-modal .setting-item-control {
flex-wrap: wrap;
}
/* these aren't necessary but make it nicer */
.vantage-modal .setting-item-control {
justify-content: flex-start;
gap: 0.5em;
}
.vantage-modal .setting-item-info:empty {
display: none;
}
.vantage-modal {
height: 80vh;
}
Hi, the plug in has (in the past day or two) become unusable due to not being able to see the search fields - and the above CSS isn't having any effect. Any workarounds, please?
Hiya @JenFau — pretty sure I fixed the issue in the just-released 1.4.2. Hopefully. Update the plugin to see!
Perfect! That's working now! I'm not sure when that update became available, but I both checked for available updates and actually uninstalled and reinstalled from the community plugin repository this morning but still got 1.4.1
But it's now updated to 1.4.2 and working, so thank you for that