From 1db617fea087a8a6bb21a93a57e227cf89356cb3 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Mon, 25 Nov 2024 14:12:44 -0500 Subject: [PATCH] layout changes --- static/main.css | 2 +- views/guidelines.ejs | 3 ++- views/main.ejs | 26 +++++++++++++------------- 3 files changed, 16 insertions(+), 15 deletions(-) diff --git a/static/main.css b/static/main.css index a702d3e..02938e7 100644 --- a/static/main.css +++ b/static/main.css @@ -170,7 +170,7 @@ video { flex-wrap: wrap; justify-content: space-around; - width: var(--elem-width); + width: 90vw; } .controls { diff --git a/views/guidelines.ejs b/views/guidelines.ejs index 7753c53..d91248b 100644 --- a/views/guidelines.ejs +++ b/views/guidelines.ejs @@ -3,7 +3,8 @@
  • Contact staff via Discord as needed.
  • Stay within the law of the United States.
  • Don't exploit or clog Xuyezo services, regardless of utility value. Feature requests and glitches - can be reported on Discord or Git.
  • + can be reported on Discord or Git.
  • Respect other users' creative work. Inspiration is allowed, although re-used assets must be properly credited.
  • Don't post sexually motivated content.
  • diff --git a/views/main.ejs b/views/main.ejs index cd31404..1794cbf 100644 --- a/views/main.ejs +++ b/views/main.ejs @@ -2,24 +2,24 @@
    -

    Recent Videos

    -
    - <%- include('videos.ejs') -%> -
    +
    + Terms of Use + <%- include ('guidelines.ejs') -%> +
    +
    +

    Recent Videos

    +
    + <%- include('videos.ejs') -%>
    <%- include('footer.ejs') -%> \ No newline at end of file