1
0

Merge branch 'icons' of https://github.com/transfem-org/Sharkey into icons

This commit is contained in:
Mar0xy
2023-10-01 01:53:38 +02:00
101 changed files with 154 additions and 154 deletions
@@ -572,7 +572,7 @@ if (appearNote.reply && appearNote.reply.replyId && defaultStore.state.autoloadC
width: 28px;
height: 28px;
margin: 0 8px 0 0;
border-radius: 6px;
border-radius: 5px;
}
.renoteText {
@@ -699,7 +699,7 @@ if (appearNote.reply && appearNote.reply.replyId && defaultStore.state.autoloadC
.quoteNote {
padding: 16px;
border: dashed 1px var(--renote);
border-radius: 8px;
border-radius: 5px;
overflow: clip;
}
@@ -777,7 +777,7 @@ if (appearNote.reply && appearNote.reply.replyId && defaultStore.state.autoloadC
.reactionTab {
padding: 4px 6px;
border: solid 1px var(--divider);
border-radius: 6px;
border-radius: 5px;
}
.reactionTabActive {