Add a unified setup view stylesheet

This commit is contained in:
Johannes Zellner
2025-08-07 16:21:29 +02:00
parent 1d98c76c90
commit 2056015fa2
7 changed files with 27 additions and 83 deletions

View File

@@ -237,33 +237,3 @@ onMounted(async () => {
</Transition>
</div>
</template>
<style scoped>
.container {
display: flex;
flex-direction: column;
align-items: center;
height: 100%;
overflow: auto;
}
h1 {
margin-top: 0;
}
.view {
display: flex;
flex-direction: column;
height: 100%;
width: 100%;
margin: 60px 0;
justify-content: center;
}
.view code {
background-color: transparent;
cursor: copy;
}
</style>