summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMar0xy <marie@kaifa.ch>2023-10-01 03:16:31 +0200
committerMar0xy <marie@kaifa.ch>2023-10-01 03:16:31 +0200
commita67810cd91c696185ce76cfc5b8d532b66c8e300 (patch)
tree6d36732d5fd3b00bf4017ff184b28343b8426057
parentfix: minus button (diff)
parentfix: css rounding in nav (diff)
downloadsharkey-a67810cd91c696185ce76cfc5b8d532b66c8e300.tar.gz
sharkey-a67810cd91c696185ce76cfc5b8d532b66c8e300.tar.bz2
sharkey-a67810cd91c696185ce76cfc5b8d532b66c8e300.zip
Merge branch 'develop' of https://github.com/transfem-org/Sharkey into develop
-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 0cd0914b97..9482930578 100644
--- a/packages/frontend/src/ui/deck.vue
+++ b/packages/frontend/src/ui/deck.vue
@@ -446,7 +446,7 @@ body {
width: 100%;
max-width: 60px;
margin: auto;
- border-radius: 100%;
+ border-radius: 5px;
background: var(--panel);
color: var(--fg);
diff --git a/packages/frontend/src/ui/universal.vue b/packages/frontend/src/ui/universal.vue
index 354110c406..8443f9156a 100644
--- a/packages/frontend/src/ui/universal.vue
+++ b/packages/frontend/src/ui/universal.vue
@@ -404,7 +404,7 @@ $widgets-hide-threshold: 1090px;
width: 100%;
max-width: 60px;
margin: auto;
- border-radius: 100%;
+ border-radius: 5px;
background: var(--panel);
color: var(--fg);