Skip to content

Commit

Permalink
Reverted some bugs caused by experimenting
Browse files Browse the repository at this point in the history
Now is stable
  • Loading branch information
SymphonyVR committed Nov 22, 2023
1 parent c959f01 commit e44929a
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions webAO/styles/client.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,21 +206,16 @@
#client_court_static {
position: absolute;
height: 100%;
width: 100%;
top: 0;
left: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

#client_court {
position: absolute;
height: 100%;
top: 0;
left: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

#client_stitch_court {
Expand All @@ -234,20 +229,15 @@
#client_stitch_court>img {
position: absolute;
height: 100%;
width: 100%;
bottom: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

#client_court_classic {
position: absolute;
height: 100%;
top: 0;
left: 0;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

.def_court {
Expand Down Expand Up @@ -285,7 +275,6 @@
bottom: 0;
}


.client_char>img {
position: absolute;
height: 100%;
Expand All @@ -297,8 +286,6 @@

}



#client_bench_classic {
left: 0;
}
Expand Down Expand Up @@ -326,7 +313,6 @@
.client_bench {
position: absolute;
height: 100%;
width: 1;
bottom: 0;
object-fit: contain;
}
Expand Down Expand Up @@ -742,4 +728,4 @@
.hrtext:after {
left: 0.5em;
margin-right: -50%;
}
}

0 comments on commit e44929a

Please sign in to comment.