Added buttons to view/edit spools on locations page

This commit is contained in:
Donkie
2024-11-19 22:04:06 +01:00
parent b568147884
commit 1eca7b2503
2 changed files with 29 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
.loc-container {
padding: 1em;
width: 20em;
width: 24em;
}
.loc-container .loc-spools {
@@ -28,11 +28,15 @@
.loc-container .spool .info {
display: flex;
flex-direction: column;
gap: 0.5em;
width: 100%;
}
.loc-container .spool .info .title {
font-size: 1em;
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.loc-container .spool .info .subtitle {