[Chore] Config Page: VR: Position, Rotation label's position to a bit above.
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
}
|
||||
.y_position_label {
|
||||
position: absolute;
|
||||
top: -27%;
|
||||
top: -36%;
|
||||
left: 10%;
|
||||
}
|
||||
.z_position_label {
|
||||
@@ -123,7 +123,7 @@
|
||||
|
||||
.x_rotation_label {
|
||||
position: absolute;
|
||||
top: -27%;
|
||||
top: -36%;
|
||||
left: 10%;
|
||||
}
|
||||
.y_rotation_label {
|
||||
@@ -156,7 +156,7 @@
|
||||
|
||||
.z_rotation_slider {
|
||||
position: absolute;
|
||||
bottom: 90%;
|
||||
bottom: 80%;
|
||||
left: 100%;
|
||||
transform: translate(50%,50%) rotate(-45deg);
|
||||
width: 0%;
|
||||
|
||||
Reference in New Issue
Block a user