Style code refactoring.

This commit is contained in:
msavulescu
2025-07-14 23:44:41 +03:00
parent 6705330900
commit 1727c6f734
3 changed files with 41 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div ref="containerRef" :class="className" :style="style" class="balatro-container" />
<div ref="containerRef" :class="className" :style="style" class="w-full h-full" />
</template>
<script setup lang="ts">
@@ -271,10 +271,3 @@ watch(
}
);
</script>
<style scoped>
.balatro-container {
width: 100%;
height: 100%;
}
</style>