fix: update styles

This commit is contained in:
2026-08-31 01:25:46 +05:00
parent 6c8f7b2d8b
commit 2c70c445d5
11 changed files with 63 additions and 77 deletions
+5 -3
View File
@@ -15,8 +15,10 @@
<style>
.meta-list {
display: flex;
flex-direction: column;
gap: 0.15rem;
border-top: 1px solid var(--line);
grid-template-columns: repeat(3, 1fr);
gap: 8px;
padding-top: 14px;
display: grid;
}
</style>