diff options
| author | Mar0xy <marie@kaifa.ch> | 2023-10-01 01:53:38 +0200 |
|---|---|---|
| committer | Mar0xy <marie@kaifa.ch> | 2023-10-01 01:53:38 +0200 |
| commit | 9fd66f92db6bdc38272ef8076f66055e793fe20f (patch) | |
| tree | 6e6600d07382a285bfb89346597cd0b9f1dacb88 /packages/frontend/src/components/MkSubNoteContent.vue | |
| parent | add: like button (diff) | |
| parent | fix: link find instances (diff) | |
| download | sharkey-9fd66f92db6bdc38272ef8076f66055e793fe20f.tar.gz sharkey-9fd66f92db6bdc38272ef8076f66055e793fe20f.tar.bz2 sharkey-9fd66f92db6bdc38272ef8076f66055e793fe20f.zip | |
Merge branch 'icons' of https://github.com/transfem-org/Sharkey into icons
Diffstat (limited to 'packages/frontend/src/components/MkSubNoteContent.vue')
| -rw-r--r-- | packages/frontend/src/components/MkSubNoteContent.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/frontend/src/components/MkSubNoteContent.vue b/packages/frontend/src/components/MkSubNoteContent.vue index a0559e719a..021dc0d863 100644 --- a/packages/frontend/src/components/MkSubNoteContent.vue +++ b/packages/frontend/src/components/MkSubNoteContent.vue @@ -78,7 +78,7 @@ const collapsed = $ref(isLong); background: var(--panel); padding: 6px 10px; font-size: 0.8em; - border-radius: 999px; + border-radius: 4px; box-shadow: 0 2px 6px rgb(0 0 0 / 20%); } @@ -114,7 +114,7 @@ const collapsed = $ref(isLong); background: var(--popup); padding: 6px 10px; font-size: 0.8em; - border-radius: 999px; + border-radius: 4px; box-shadow: 0 2px 6px rgb(0 0 0 / 20%); } </style> |