actually bearable mobile view for quests board

This commit is contained in:
2023-09-23 15:29:47 +02:00
parent 2a38461a47
commit b49a30bb6e
5 changed files with 149 additions and 105 deletions
+4 -1
View File
@@ -114,11 +114,13 @@ export default defineComponent({
<style lang="scss" scoped>
.missive {
width: min(100%, 14rem);
width: 14rem;
min-width: 14rem;
text-align: center;
border: 2px solid #000;
padding: 0.5rem;
position: relative;
scroll-snap-align: center;
.parchment {
position: absolute;
@@ -257,4 +259,5 @@ export default defineComponent({
}
}
}
</style>