feat(PluginsTab): make it alot more prettier

This commit is contained in:
Cortex 2024-10-01 20:50:12 -06:00
parent 983a79743a
commit 58c7eea90a
2 changed files with 56 additions and 9 deletions

View file

@ -104,3 +104,20 @@
transform: translateY(-1px);
box-shadow: var(--elevation-high);
}
.vc-plugin-stats-card-container {
display: flex;
justify-content: space-between;
align-items: center;
}
.vc-plugin-stats-card-section {
text-align: center;
flex: 1;
}
.vc-plugin-stats-card-divider {
border-left: 1px solid #ccc;
height: 100%;
margin: 0 10px;
}