vantage-obsidian icon indicating copy to clipboard operation
vantage-obsidian copied to clipboard

Text fields not contained by modal & modal goes off screen

Open 06000208 opened this issue 3 years ago • 4 comments

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:

image

On another monitor with a resolution of 1024x768, the modal goes off the screen vertically and the X to close it cannot be reached:

image

Using vantage 1.4.0 and obsidian 0.12.5 on windows 10 with no css snippets or theming.

06000208 avatar Jun 23 '21 10:06 06000208

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

06000208 avatar Jun 23 '21 10:06 06000208

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?

JenFau avatar Oct 12 '22 07:10 JenFau

Hiya @JenFau — pretty sure I fixed the issue in the just-released 1.4.2. Hopefully. Update the plugin to see!

ryanjamurphy avatar Oct 12 '22 15:10 ryanjamurphy

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

JenFau avatar Oct 12 '22 16:10 JenFau