[CSS Snippet]: last row white space too big on display resolution (1360x768) #701
Answered
by
RafaelGB
imed-ghomari
asked this question in
Q&A
-
Contact DetailsNo response What happened?I'm using an old monitor with this resolution (1360x768). The white space becomes bigger when I put the obsidian app into the monitor. Could you please support this type of resolution, thank you. 2022-12-26.14-56-42.mp4What platform were you using?Desktop Version of the plugin3.1.0 Relevant log outputNo response Are you using the latest version of the plugin in your Obsidian vault?
Are you check if there is a similar issue?
|
Beta Was this translation helpful? Give feedback.
Answered by
RafaelGB
Dec 26, 2022
Replies: 1 comment 1 reply
-
sure. Could you try a CSS snippet with this content? @media only screen and (max-height: 768px) {
.database-plugin__scroll-container {
will-change: transform;
width: 100%;
height: 92%;
}
} Currently this @media only screen and (max-height: 768px) {
.database-plugin__scroll-container {
will-change: transform;
width: 100%;
height: 85%;
}
} |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
imed-ghomari
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sure. Could you try a CSS snippet with this content?
Currently this
@media
is necessary for mobile resolutions. Actual state