aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles
diff options
context:
space:
mode:
authorSymphonyVR <erickdaniel240@gmail.com>2023-11-22 12:26:28 -0400
committerSymphonyVR <erickdaniel240@gmail.com>2023-11-22 12:26:28 -0400
commite44929a7d1db3e2eb7186060d93bbcdf66591876 (patch)
tree759d141d01f8ff6d25fbd140790a41629603dbfd /webAO/styles
parentc959f01c93ca6e106f1ce4426a098c8205873961 (diff)
Reverted some bugs caused by experimenting
Now is stable
Diffstat (limited to 'webAO/styles')
-rw-r--r--webAO/styles/client.css20
1 files changed, 3 insertions, 17 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css
index cdf9ab3..7d3438b 100644
--- a/webAO/styles/client.css
+++ b/webAO/styles/client.css
@@ -206,11 +206,9 @@
#client_court_static {
position: absolute;
height: 100%;
+ width: 100%;
top: 0;
left: 0;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
}
#client_court {
@@ -218,9 +216,6 @@
height: 100%;
top: 0;
left: 0;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
}
#client_stitch_court {
@@ -234,10 +229,8 @@
#client_stitch_court>img {
position: absolute;
height: 100%;
+ width: 100%;
bottom: 0;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
}
#client_court_classic {
@@ -245,9 +238,6 @@
height: 100%;
top: 0;
left: 0;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
}
.def_court {
@@ -285,7 +275,6 @@
bottom: 0;
}
-
.client_char>img {
position: absolute;
height: 100%;
@@ -297,8 +286,6 @@
}
-
-
#client_bench_classic {
left: 0;
}
@@ -326,7 +313,6 @@
.client_bench {
position: absolute;
height: 100%;
- width: 1;
bottom: 0;
object-fit: contain;
}
@@ -742,4 +728,4 @@
.hrtext:after {
left: 0.5em;
margin-right: -50%;
-}
+} \ No newline at end of file