Merge pull request #124 from ShittyKopper/corner-radius

Quick-and-dirty corner roundness toggle
This commit is contained in:
Amelia Yukii 2023-11-01 21:44:10 +01:00 committed by GitHub
commit 77c49eacc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
134 changed files with 277 additions and 220 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: var(--radius-sm);
}
.renoteText {
@ -813,7 +813,7 @@ if (appearNote.reply && appearNote.reply.replyId && defaultStore.state.autoloadC
font-size: 80%;
line-height: 1;
border: solid 0.5px var(--divider);
border-radius: 4px;
border-radius: var(--radius-xs);
}
.noteHeaderInfo {
@ -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: var(--radius-sm);
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: var(--radius-sm);
}
.reactionTabActive {