summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkNoteSub.vue
diff options
context:
space:
mode:
authorMar0xy <marie@kaifa.ch>2023-10-01 01:53:38 +0200
committerMar0xy <marie@kaifa.ch>2023-10-01 01:53:38 +0200
commit9fd66f92db6bdc38272ef8076f66055e793fe20f (patch)
tree6e6600d07382a285bfb89346597cd0b9f1dacb88 /packages/frontend/src/components/MkNoteSub.vue
parentadd: like button (diff)
parentfix: link find instances (diff)
downloadsharkey-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/MkNoteSub.vue')
-rw-r--r--packages/frontend/src/components/MkNoteSub.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/frontend/src/components/MkNoteSub.vue b/packages/frontend/src/components/MkNoteSub.vue
index 345869e488..36e7c694c4 100644
--- a/packages/frontend/src/components/MkNoteSub.vue
+++ b/packages/frontend/src/components/MkNoteSub.vue
@@ -316,7 +316,7 @@ if (props.detail) {
left: 8px;
width: 5px;
height: calc(100% - 8px);
- border-radius: 999px;
+ border-radius: 4px;
pointer-events: none;
}
@@ -326,7 +326,7 @@ if (props.detail) {
margin: 0 8px 0 0;
width: 38px;
height: 38px;
- border-radius: 8px;
+ border-radius: 5px;
}
.body {
@@ -400,6 +400,6 @@ if (props.detail) {
padding: 8px !important;
border: 1px solid var(--divider);
margin: 8px 8px 0 8px;
- border-radius: 8px;
+ border-radius: 5px;
}
</style>