Fetch & display data for selected cell in sidebar

This commit is contained in:
2022-01-19 01:06:19 -05:00
parent 8d94b68332
commit a1f2cc830a
8 changed files with 343 additions and 5716 deletions

View File

@@ -0,0 +1,4 @@
.cell-data-list {
list-style-type: none;
padding: 0;
}

View File

@@ -0,0 +1,16 @@
.mod-list {
list-style-type: none;
padding: 0;
}
.mod-list-item {
margin-bottom: 12px;
}
.mod-title {
margin-bottom: 8px;
}
a.link {
color: #72030a;
}