More UI work and start preparing for deployment

This commit is contained in:
2024-03-12 01:25:41 +00:00
parent 21f5522950
commit 3087059e75
15 changed files with 442 additions and 123 deletions

View File

@@ -14,15 +14,9 @@
<style scoped>
.dashboard-item-header {
padding: 2px 10px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.dashboard-item-content {
background-color: white;
border: 1px solid lightgray;
border-top: 0px;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
}
</style>