Implement file browser & web ui components

This commit is contained in:
Mathias Wagner
2025-09-10 13:47:19 +02:00
parent 0a16e46372
commit 7ffd64049a
18 changed files with 2150 additions and 12 deletions

View File

@@ -1,4 +1,11 @@
.machine-card
cursor: pointer
transition: all 0.2s ease
&:hover
transform: translateY(-2px)
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1)
.machine-card-header
display: flex
align-items: flex-start
@@ -44,6 +51,7 @@
display: flex
gap: 0.5rem
flex-shrink: 0
flex-wrap: wrap
.modal-description
color: var(--color-text-muted)