Skip to content

Commit

Permalink
Add relation list and selection (close #28).
Browse files Browse the repository at this point in the history
Move independent functions to top level
  • Loading branch information
quincylvania committed Nov 16, 2023
1 parent 6368e86 commit 1c49f5d
Show file tree
Hide file tree
Showing 2 changed files with 716 additions and 633 deletions.
8 changes: 6 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,18 @@ h1, h2, h3, h4, h5, h6 {
width: 100%;
}
#sidebar table td {
width: 50%;
font-family: 'SF Mono', SFMono-Regular, ui-monospace, -apple-system, monospace;
font-size: 14px;
overflow-wrap: anywhere;
}
#sidebar #tag-table td {
width: 50%;
}
#sidebar #relations-table td:not(:first-child) {
overflow-wrap: normal;
}
#sidebar #meta-table td {
background: rgba(0, 0, 0, 0.02);
width: auto;
}
#sidebar #meta-table td:first-child {
font-family: inherit;
Expand Down
Loading

0 comments on commit 1c49f5d

Please sign in to comment.