feat: base implementation of panel preview

This commit is contained in:
2026-02-06 12:55:48 +05:00
parent 070b49cbad
commit 571fd9bf25
10 changed files with 184 additions and 140 deletions
+6
View File
@@ -58,4 +58,10 @@
align-items: center;
margin-bottom: 12px;
}
.card-snippet {
display: flex;
align-items: center;
gap: 8px;
}
</style>