From 0e3a08581d431df5f3f1eead12a9c0365e95f9c3 Mon Sep 17 00:00:00 2001 From: SpikeHD Date: Sun, 8 May 2022 18:10:51 -0700 Subject: [PATCH] custom component styling --- src/ui/custom.css | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/ui/custom.css diff --git a/src/ui/custom.css b/src/ui/custom.css new file mode 100644 index 0000000..5d413a8 --- /dev/null +++ b/src/ui/custom.css @@ -0,0 +1,5 @@ +#officialPlay { + position: absolute; + top: 75%; + left: 60%; +} \ No newline at end of file