Remove a unneeded class

This commit is contained in:
Half-Shot
2024-11-14 12:43:48 +00:00
parent a974b941df
commit a2db32df54
2 changed files with 2 additions and 5 deletions

View File

@@ -21,10 +21,6 @@
flex: auto;
}
.reactionPopupMenuItem {
list-style: none;
}
:root {
--reaction-button-padding: 1em;
--reaction-button-size: 1.4em;
@@ -49,6 +45,7 @@
);
max-width: 22.5em;
overflow-y: auto;
list-style: none;
}
.reactionButton {