summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/frontend/src/ui/deck.vue2
-rw-r--r--packages/frontend/src/ui/universal.vue2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend/src/ui/deck.vue b/packages/frontend/src/ui/deck.vue
index e10e1e4e3f..ad646c2503 100644
--- a/packages/frontend/src/ui/deck.vue
+++ b/packages/frontend/src/ui/deck.vue
@@ -451,7 +451,7 @@ body {
width: 100%;
max-width: 60px;
margin: auto;
- border-radius: 5px;
+ border-radius: 100%;
background: var(--panel);
color: var(--fg);
diff --git a/packages/frontend/src/ui/universal.vue b/packages/frontend/src/ui/universal.vue
index ecdc1a79e4..abef8ae775 100644
--- a/packages/frontend/src/ui/universal.vue
+++ b/packages/frontend/src/ui/universal.vue
@@ -410,7 +410,7 @@ $widgets-hide-threshold: 1090px;
width: 100%;
max-width: 60px;
margin: auto;
- border-radius: 5px;
+ border-radius: 100%;
background: var(--panel);
color: var(--fg);