Robert Kaussow
2023-07-15 15:47:15 +02:00
committed by GitHub
parent 443c23c58a
commit 37fcc26330
3 changed files with 3 additions and 3 deletions

View File

@@ -73,6 +73,6 @@ export default defineComponent({
<style scoped>
.icon-button {
@apply relative flex items-center justify-center px-1 py-1 rounded-full bg-transparent hover-effect overflow-hidden disabled:opacity-50 disabled:cursor-not-allowed;
@apply relative flex items-center justify-center px-1 py-1 rounded-md bg-transparent hover-effect overflow-hidden disabled:opacity-50 disabled:cursor-not-allowed;
}
</style>

View File

@@ -7,7 +7,7 @@
<div class="spinner-ring ring4" />
</div>
<div
class="flex items-center justify-center h-full w-full font-bold bg-white bg-opacity-15 dark:bg-black dark:bg-opacity-10 rounded-full"
class="flex items-center justify-center h-full w-full font-bold bg-white bg-opacity-15 dark:bg-black dark:bg-opacity-10 rounded-md"
>
{{ activePipelines.length || 0 }}
</div>

View File

@@ -87,7 +87,7 @@ export default defineComponent({
<style scoped>
.navbar-icon {
@apply w-11 h-11 rounded-full p-2.5;
@apply w-11 h-11 rounded-md p-2.5;
}
.navbar-icon :deep(svg) {