clean up for metric implementation

This commit is contained in:
Niko Feith 2023-05-30 16:28:40 +02:00
parent 3132214a36
commit c9cc658135

View File

@ -6,6 +6,15 @@
<v-icon v-else>mdi-pause</v-icon>
</v-btn>
</v-container>
<v-card class="pa-0" outlined style="width: 64px">
<v-card-text>
<pre>
Current
Run:
1
</pre>
</v-card-text>
</v-card>
</v-navigation-drawer>
</template>
@ -23,4 +32,8 @@ const store = useBWStore();
box-shadow: none;
border-radius: 0;
}
pre {
margin: 0;
}
</style>