Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions BetterMessageButtons.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @name Better Message Buttons
* @description Organizes the message buttons in a grid, with Reply and Edit buttons separated
* @author Andrew Grant
* @version 2.1
* @version 2.2
*/

:root {
Expand Down Expand Up @@ -40,6 +40,8 @@ div[aria-label="Reply"], div[aria-label="Edit"] {
box-shadow: var(--shadow-low);
background: var(--background-nested-floating);
right: calc((var(--msg-section-spacing) + var(--msg-solo-button-width)) * -1);
top: 50%;
transform: translateY(-50%);
}

/* for use with ShowAllMessageButtons plugin */
Expand All @@ -61,4 +63,4 @@ div[aria-label="Reply"]:hover, div[aria-label="Edit"]:hover {

div[class*="popoverReactionHoverBar_"] > div[class^="separator_"] {
display: none;
}
}
6 changes: 4 additions & 2 deletions BetterMessageButtonsAlternate.theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @name Better Message Buttons Alternate
* @description Organizes the message buttons in a grid, with Reply, Edit, and Forward buttons separated
* @author Andrew Grant
* @version 2.1
* @version 2.2
*/

:root {
Expand Down Expand Up @@ -41,6 +41,8 @@ div[aria-label="Reply"], div[aria-label="Edit"], div[aria-label="Forward"] {
box-shadow: var(--shadow-low);
background: var(--background-nested-floating);
right: calc((var(--msg-section-spacing) + var(--msg-solo-button-width)) * -1);
top: 50%;
transform: translateY(-50%);
}

div[aria-label="Forward"] {
Expand All @@ -66,4 +68,4 @@ div[aria-label="Reply"]:hover, div[aria-label="Edit"]:hover, div[aria-label="For

div[class*="popoverReactionHoverBar_"] > div[class^="separator_"] {
display: none;
}
}