Finish matching designs.

This commit is contained in:
Half-Shot
2024-11-14 12:32:43 +00:00
parent f48c2b3d38
commit 01b0118206

View File

@@ -18,6 +18,7 @@
}
.reactionPopupMenu section {
height: fit-content;
flex: auto;
}
.reactionPopupMenuItem {
@@ -42,6 +43,8 @@
max-height: 10em;
max-width: 22.5em;
overflow-y: auto;
margin-left: auto;
margin-right: auto;
}
.reactionButton {
@@ -60,6 +63,10 @@
--reaction-button-size: 1em;
--reaction-button-fontsize: 1em;
}
.reactionsMenu {
max-width: none;
}
}
.verticalSeperator {