Move user interaction buttons to the right

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

View File

@ -234,6 +234,7 @@
align-items: baseline;
line-height: 22px;
flex-wrap: wrap;
justify-content: right;
.following, .requested_by, .blocking {
flex: 1 0 auto;
@ -277,6 +278,7 @@
.user-interactions {
position: relative;
display: flex;
justify-content: right;
flex-flow: row wrap;
margin-right: -.75em;