Added movie page. Added stash button to movies.

This commit is contained in:
2024-03-25 02:08:09 +01:00
parent 21674b77b6
commit a73272f2bb
19 changed files with 1241 additions and 274 deletions

View File

@@ -142,7 +142,7 @@ onMounted(() => {
display: flex;
justify-content: center;
position: fixed;
bottom: 1rem;;
bottom: 2rem;
z-index: 1000;
pointer-events: none;
}
@@ -177,7 +177,7 @@ onMounted(() => {
}
.feedback-container {
bottom: 4rem;
bottom: 5rem;
}
}
</style>