mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-23 01:33:48 +00:00
Use unified rounded corners for all elements in the nav bar (#2000)
Nav bar:    Other icon buttons: 
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user