Justify interaction buttons to the right

This commit is contained in:
itepechi 2023-08-12 06:52:54 +09:00
parent 4dbc351e97
commit 2cdbc99761
1 changed files with 1 additions and 0 deletions

View File

@ -277,6 +277,7 @@
.user-interactions {
position: relative;
display: flex;
justify-content: right;
flex-flow: row wrap;
margin-right: -.75em;