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 { .row {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
justify-content: right; justify-content: flex-end;
.copiedText { .copiedText {
color: var(--sub-text); color: var(--sub-text);