Revert "prototype: decreased rounding"

This reverts commit 7a51e2d404.
This commit is contained in:
ShittyKopper 2023-10-31 21:26:03 +03:00
parent e1844db11b
commit 72204d9294
93 changed files with 143 additions and 142 deletions

View file

@ -739,7 +739,7 @@ if (appearNote.reply && appearNote.reply.replyId && defaultStore.state.autoloadC
width: 28px;
height: 28px;
margin: 0 8px 0 0;
border-radius: 5px;
border-radius: 6px;
}
.renoteText {
@ -869,7 +869,7 @@ if (appearNote.reply && appearNote.reply.replyId && defaultStore.state.autoloadC
.quoteNote {
padding: 16px;
border: dashed 1px var(--renote);
border-radius: 5px;
border-radius: 8px;
overflow: clip;
}
@ -947,7 +947,7 @@ if (appearNote.reply && appearNote.reply.replyId && defaultStore.state.autoloadC
.reactionTab {
padding: 4px 6px;
border: solid 1px var(--divider);
border-radius: 5px;
border-radius: 6px;
}
.reactionTabActive {