Rotate copy-over-buttons correctly (#1335)

This commit is contained in:
Aryan Pingle
2023-03-02 17:12:52 +05:30
committed by GitHub
parent 583117697e
commit a8bc48f94c
2 changed files with 7 additions and 0 deletions

View File

@@ -112,6 +112,9 @@
.copy-over-button {
composes: title-button;
/* Make the filled arrow point towards the other options element */
transform: rotate(var(--rotate-copyoverbutton-angle));
svg {
fill: var(--header-text-color);
}