From bc6a8bcb25443e406548667f8858ab3eec7c0d97 Mon Sep 17 00:00:00 2001 From: onezDerv Date: Thu, 19 Sep 2024 18:18:44 -0400 Subject: [PATCH] better UI --- static/main.css | 10 ++++++++-- views/header.ejs | 1 + views/header_block.ejs | 2 +- views/main.ejs | 18 +++++++++++------- views/videos.ejs | 8 ++++---- 5 files changed, 25 insertions(+), 14 deletions(-) diff --git a/static/main.css b/static/main.css index 0947bac..0f366d9 100644 --- a/static/main.css +++ b/static/main.css @@ -1,7 +1,6 @@ /* https://git.zenoverse.net/bigly-archive/auth-thing/raw/branch/main/src/routes/+layout.svelte */ body { height: 100vh; - width: 100vw; margin-top: 0px; display: flex; @@ -56,7 +55,8 @@ form span { .area, form { - width: 700px; + width: 900px; + max-width: 90vw; } form { @@ -117,13 +117,19 @@ video { } .video img { + width: 190px; + margin-left: 5px; +} +.video { width: 200px; + height: 200px; } .videos { display: flex; flex-direction: row; flex-wrap: wrap; + justify-content: space-around; } .videos a{ diff --git a/views/header.ejs b/views/header.ejs index 7554983..0ca3492 100644 --- a/views/header.ejs +++ b/views/header.ejs @@ -4,6 +4,7 @@ + diff --git a/views/header_block.ejs b/views/header_block.ejs index cf174b3..beeaabd 100644 --- a/views/header_block.ejs +++ b/views/header_block.ejs @@ -1,5 +1,5 @@
- + BiglyChat <%if (username=='!nobody' ) { %> Login diff --git a/views/main.ejs b/views/main.ejs index 85df031..24e4bb6 100644 --- a/views/main.ejs +++ b/views/main.ejs @@ -1,13 +1,17 @@ <%- include('header.ejs') -%>

BiglyChat

-

Collab on videos... make creative animations... and more!

-

About

-

I am Onez, a self-taught developer from a young age. Following the - unexpected growth - of Video Bot Thing, I made this as a home for the video editing community. View the source if you want to contribute or make a - fork.

+

Collab on videos... make creative animations... and more!

+
+ About +

I am Onez, a self-taught developer from a young age. Following + the + unexpected growth + of Video Bot Thing, I made this as a home for the video editing community. View the source if you want to contribute or make a + fork.

+
+ <%if (username=='!nobody' ) { %> <% } %> diff --git a/views/videos.ejs b/views/videos.ejs index c8679c2..0f71eee 100644 --- a/views/videos.ejs +++ b/views/videos.ejs @@ -1,6 +1,6 @@ <%for (videoData of videos) { %> - -