Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENH] Table borders in preview pane #129

Open
sinnpi opened this issue Oct 18, 2021 · 3 comments
Open

[ENH] Table borders in preview pane #129

sinnpi opened this issue Oct 18, 2021 · 3 comments
Labels
enhancement small improvements to the UX

Comments

@sinnpi
Copy link

sinnpi commented Oct 18, 2021

Problem:
Tables in the preview pane currently have no visible border, which makes them hard to read. Example:

image

Proposed solution:

Add a small CSS tweak, perhaps something like

table {
    border-style: hidden;
}

th, tr, td {
    padding: 0px 4px;
    border-width: 1px;
    border-color: gray;
    border-style: dashed;
}

Which would make it look like

image

@sinnpi sinnpi added the enhancement small improvements to the UX label Oct 18, 2021
@tralph3
Copy link

tralph3 commented Apr 23, 2023

Any plans on adding these? Would be much appreciated.

@kinkytito
Copy link

I ran into the same problem. I would really appreciate it if you could fix the issue.

@agFrenk
Copy link

agFrenk commented May 23, 2023

I would love to see the tables on the web interface. I don't use tables with org roam because of this same problem. They would help the community a lot by implementing this solution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement small improvements to the UX
Projects
None yet
Development

No branches or pull requests

4 participants