Fix copy button position

This commit is contained in:
sienori 2019-02-23 06:33:54 +09:00
parent 522694fe51
commit 7b0a8783e8

View file

@ -1,7 +1,7 @@
.row {
display: flex;
flex-direction: row;
justify-content: right;
justify-content: flex-end;
.copiedText {
color: var(--sub-text);