♻️ Change right to flex-end for compatibility

This commit is contained in:
2022-06-29 14:48:35 +02:00
parent 021a7ba009
commit 97cd856f03

View File

@ -49,7 +49,7 @@ function goBack() {
.settings {
display: flex;
width: 100%;
justify-content: right;
justify-content: flex-end;
padding-right: 13px;
}