Last row menu is hidden by "add button" #427
Replies: 5 comments 5 replies
-
the position of the add row button will be always on the bottom left corner. Any better design will be welcomed |
Beta Was this translation helpful? Give feedback.
-
You can modify it with a css snippet |
Beta Was this translation helpful? Give feedback.
-
This is the current css .database-plugin__add-row {
color: var(--text-accent);
align-items: center;
cursor: pointer;
z-index: 3;
position: fixed;
margin-top: 2.65rem;
bottom: 0;
background-color: var(--background-primary);
}
.database-plugin__add-row .svg-icon:hover {
background-color: var(--background-secondary);
color: var(--text-accent-hover);
padding: 0.3rem;
}
.database-plugin__add-row-input {
height: 30px;
max-height: 30px;
border: 0 !important;
}
.database-plugin__add-row-input:focus {
outline: none;
border: 0 !important;
box-shadow: 0 0 0 0 !important;
} |
Beta Was this translation helpful? Give feedback.
-
The position is nice, I did not say It should change. I was talking about replicating the same solution you did with the last add row menu #295 (comment) |
Beta Was this translation helpful? Give feedback.
-
I have a new proposition: Why not add an empty space, like an invisible row at the end? Old behavior: New behavior: |
Beta Was this translation helpful? Give feedback.
-
Contact Details
imeed166@gmail.com
What happened?
The button should be beneath the last row, not above it.
Screen.Recording.2022-09-24.at.10.22.38.AM.mov
I'm using the theme from obsidian 0.15.9, If this is resolved with the new theme in 0.16, then ignore this issue
What platform were you using?
Desktop
Version of the plugin
2.6.6
Relevant log output
No 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.
All reactions