Change border-radius and renote border style
This commit is contained in:
parent
60415eb92c
commit
8f05172023
5 changed files with 8 additions and 4 deletions
|
@ -5,3 +5,7 @@
|
||||||
* With that said, GLHF!
|
* With that said, GLHF!
|
||||||
* This may eventuallly be replaced with a function in the admin panel.
|
* 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;;
|
||||||
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "misskey",
|
"name": "misskey",
|
||||||
"version": "12.118.1-calc",
|
"version": "12.118.1-calc",
|
||||||
"codename": "aqua",
|
"codename": "aqua",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
|
@ -529,7 +529,7 @@ function readPromo() {
|
||||||
|
|
||||||
> * {
|
> * {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
border: solid 1px var(--renote);
|
border: dashed 1px var(--renote);
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
@charset "utf-8";
|
@charset "utf-8";
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--radius: 12px;
|
--radius: 8px;
|
||||||
--marginFull: 16px;
|
--marginFull: 16px;
|
||||||
--marginHalf: 10px;
|
--marginHalf: 10px;
|
||||||
|
|
||||||
|
|
|
@ -14591,7 +14591,7 @@ __metadata:
|
||||||
|
|
||||||
"typescript@patch:typescript@4.7.4#~builtin<compat/typescript>":
|
"typescript@patch:typescript@4.7.4#~builtin<compat/typescript>":
|
||||||
version: 4.7.4
|
version: 4.7.4
|
||||||
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=f456af"
|
resolution: "typescript@patch:typescript@npm%3A4.7.4#~builtin<compat/typescript>::version=4.7.4&hash=7ad353"
|
||||||
bin:
|
bin:
|
||||||
tsc: bin/tsc
|
tsc: bin/tsc
|
||||||
tsserver: bin/tsserver
|
tsserver: bin/tsserver
|
||||||
|
|
Loading…
Reference in a new issue