Robert Kaussow 2023-07-15 15:47:15 +02:00 committed by GitHub
parent 443c23c58a
commit 37fcc26330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -73,6 +73,6 @@ export default defineComponent({
<style scoped> <style scoped>
.icon-button { .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> </style>

View file

@ -7,7 +7,7 @@
<div class="spinner-ring ring4" /> <div class="spinner-ring ring4" />
</div> </div>
<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 }} {{ activePipelines.length || 0 }}
</div> </div>

View file

@ -87,7 +87,7 @@ export default defineComponent({
<style scoped> <style scoped>
.navbar-icon { .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) { .navbar-icon :deep(svg) {