diff --git a/custom/instance.css b/custom/instance.css index 9a70e6642..c4c406913 100644 --- a/custom/instance.css +++ b/custom/instance.css @@ -5,3 +5,7 @@ * With that said, GLHF! * This may eventuallly be replaced with a function in the admin panel. */ + +.tkcbzcuz>.article>.main>.body>.content>.renote>*[data-v-878bdb7b] { + border-style: dashed !important;; +} diff --git a/package.json b/package.json index a16f0e8f7..86e33da38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "misskey", -"version": "12.118.1-calc", + "version": "12.118.1-calc", "codename": "aqua", "repository": { "type": "git", diff --git a/packages/client/src/components/note.vue b/packages/client/src/components/note.vue index f6f763231..5dc047fe0 100644 --- a/packages/client/src/components/note.vue +++ b/packages/client/src/components/note.vue @@ -529,7 +529,7 @@ function readPromo() { > * { padding: 16px; - border: solid 1px var(--renote); + border: dashed 1px var(--renote); border-radius: 8px; } } diff --git a/packages/client/src/style.scss b/packages/client/src/style.scss index 7bb45df4d..87d217127 100644 --- a/packages/client/src/style.scss +++ b/packages/client/src/style.scss @@ -1,7 +1,7 @@ @charset "utf-8"; :root { - --radius: 12px; + --radius: 8px; --marginFull: 16px; --marginHalf: 10px; diff --git a/yarn.lock b/yarn.lock index 710e13bff..90408be6c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14591,7 +14591,7 @@ __metadata: "typescript@patch:typescript@4.7.4#~builtin": version: 4.7.4 - resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin::version=4.7.4&hash=f456af" + resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin::version=4.7.4&hash=7ad353" bin: tsc: bin/tsc tsserver: bin/tsserver