Allow duplicates in reaction palette

This commit is contained in:
Evan Hahn
2021-09-13 12:04:45 -05:00
committed by GitHub
parent 5a57e2b704
commit 240585ef94
13 changed files with 160 additions and 163 deletions

View File

@@ -2,7 +2,7 @@
// SPDX-License-Identifier: AGPL-3.0-only
.module-CustomizingPreferredReactionsModal {
&__reaction-picker-wrapper {
&__small-emoji-picker-wrapper {
@include font-subtitle;
align-items: center;
display: flex;
@@ -19,7 +19,7 @@
color: $color-gray-25;
}
.module-ReactionPicker {
.module-ReactionPickerPicker {
margin-bottom: 2rem;
}
}