[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 {
|
.y_position_label {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -27%;
|
top: -36%;
|
||||||
left: 10%;
|
left: 10%;
|
||||||
}
|
}
|
||||||
.z_position_label {
|
.z_position_label {
|
||||||
@@ -123,7 +123,7 @@
|
|||||||
|
|
||||||
.x_rotation_label {
|
.x_rotation_label {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -27%;
|
top: -36%;
|
||||||
left: 10%;
|
left: 10%;
|
||||||
}
|
}
|
||||||
.y_rotation_label {
|
.y_rotation_label {
|
||||||
@@ -156,7 +156,7 @@
|
|||||||
|
|
||||||
.z_rotation_slider {
|
.z_rotation_slider {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 90%;
|
bottom: 80%;
|
||||||
left: 100%;
|
left: 100%;
|
||||||
transform: translate(50%,50%) rotate(-45deg);
|
transform: translate(50%,50%) rotate(-45deg);
|
||||||
width: 0%;
|
width: 0%;
|
||||||
|
|||||||
Reference in New Issue
Block a user