From 89fac8e35f6d701d3a1642748125601a2b66208c Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sun, 15 Sep 2024 02:17:29 -0500 Subject: [PATCH] Random stuff section, fix up the CSS a little --- static/index.html | 15 +++++++++++++-- static/style.css | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/static/index.html b/static/index.html index d83eaeb..ddac675 100644 --- a/static/index.html +++ b/static/index.html @@ -24,7 +24,6 @@ -

Univerter

@@ -70,7 +69,19 @@

Inspired by Cobalt

-
+

Developed by Violet

+ +
+

Most recent change

+

Should now only downloading formats with the vp9 format. This means that most software (namely premiere pro) should be compatible with ALL videos. Please let me know if for some reason it fails to downlaod now!!! +

+ I first attempted to fix this issue 8 months ago. I have been trying to fix this for 8 months. It was fixed by appending something to an if statement.
I hate my life.

+

Status of the beta

+

I am hoping to have more people test the beta before I release it! Although it is faster in all regards, I'm unsure of stability and reliability. When the last Univerter rewrite released it was uh... Less than desirable to alot of people.
+ Now, Univerter has gone from 2 users to like almost 5! Which is really bad for me! Because I cant release garbage without consequence anymore :(

+

Why did you mess up the UI?! What is wrong with you?!?!

+

I KNOW I DID!!! ITS A BETA!!! GRRRAAAAAA!!! Seriously though, all critique is requested. If you have something, contact me through my website or email at violet@violets-purgatory.dev (I probably wont respond to emails)

+ Teehee I probably wont "fix" the UI though!!

\ No newline at end of file diff --git a/static/style.css b/static/style.css index 4e3cab1..8e460d7 100644 --- a/static/style.css +++ b/static/style.css @@ -65,7 +65,7 @@ p { body { background-color: var(--background-color); - padding: 0 3%; + padding: 3%; max-width: 700px; margin: auto; /* outline: 3px blue solid; */