diff options
| author | Mar0xy <marie@kaifa.ch> | 2023-10-01 03:16:31 +0200 |
|---|---|---|
| committer | Mar0xy <marie@kaifa.ch> | 2023-10-01 03:16:31 +0200 |
| commit | a67810cd91c696185ce76cfc5b8d532b66c8e300 (patch) | |
| tree | 6d36732d5fd3b00bf4017ff184b28343b8426057 | |
| parent | fix: minus button (diff) | |
| parent | fix: css rounding in nav (diff) | |
| download | sharkey-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.vue | 2 | ||||
| -rw-r--r-- | packages/frontend/src/ui/universal.vue | 2 |
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); |