ACTUALLY align, .b4

This commit is contained in:
ThatOneCalculator 2022-07-23 23:17:44 -07:00
parent 1c76716a83
commit f7a03c77d8

View File

@ -236,7 +236,8 @@ function more() {
position: relative; position: relative;
width: 32px; width: 32px;
aspect-ratio: 1; aspect-ratio: 1;
margin-right: 8px; transform: translateX(-100%);
left: 50%;
} }
} }
} }
@ -265,8 +266,7 @@ function more() {
> .icon { > .icon {
position: relative; position: relative;
width: 32px; width: 32px;
transform: translateX(-100%); margin-right: 8px;
left: 50%;
} }
> .indicator { > .indicator {