♻️ Change right to flex-end for compatibility
This commit is contained in:
@ -49,7 +49,7 @@ function goBack() {
|
|||||||
.settings {
|
.settings {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
justify-content: right;
|
justify-content: flex-end;
|
||||||
padding-right: 13px;
|
padding-right: 13px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user