new: Added new tab pages and related modules

This commit is contained in:
yv1ing
2024-12-16 17:19:06 +08:00
parent c8fd4e9f2b
commit ff8a52e5a8
14 changed files with 1615 additions and 10 deletions

View File

@@ -4,6 +4,18 @@ pre {
border: var(--secondary-text-color) 1px dashed;
}
table {
width: 100%;
}
tr, th, td {
height: 30px;
padding: 10px;
border-radius: 4px;
border: 1px var(--secondary-text-color) solid;
color: var(--primary-text-color);
}
.post-menu {
max-width: 1000px;
}