Revert UI

This commit is contained in:
bingus_violet 2024-09-18 09:19:40 -05:00
parent 6970f4a718
commit 0e1153484f
2 changed files with 12 additions and 15 deletions

View file

@ -24,6 +24,7 @@
</head> </head>
<body> <body>
<div class="mainDiv">
<h1>Univerter<hr></h1> <h1>Univerter<hr></h1>
<form action="/download" method="get" target="_blank"> <form action="/download" method="get" target="_blank">
@ -70,18 +71,7 @@
<p>Inspired by <a href="https://cobalt.tools">Cobalt</a></p> <p>Inspired by <a href="https://cobalt.tools">Cobalt</a></p>
<p>Developed by <a href="https://violets-purgatory.dev">Violet</a></p> <p>Developed by <a href="https://violets-purgatory.dev">Violet</a></p>
</div>
<br>
<h2>Most recent change</h2>
<p>Should now only downloading formats with the avc1 codec. 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!!!
<br><br>
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. <br>I hate my life.</p>
<h2>Status of the beta</h2>
<p>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. <br>
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 :(</p>
<h2>Why did you mess up the UI?! What is wrong with you?!?!</h2>
<p>I KNOW I DID!!! ITS A BETA!!! GRRRAAAAAA!!! Seriously though, all critique is requested. If you have something, contact me through <a href="https://violets-purgatory.dev">my website</a> or email at violet@violets-purgatory.dev (I probably wont respond to emails)<br><br>
Teehee I probably wont "fix" the UI though!!</p>
</body> </body>
</html> </html>

View file

@ -65,15 +65,22 @@ p {
body { body {
background-color: var(--background-color); background-color: var(--background-color);
padding: 3%; padding: 0 3%;
max-width: 700px; max-width: 700px;
margin: auto; margin: auto;
/* outline: 3px blue solid; */ /* outline: 3px blue solid; */
margin: auto; margin: auto;
/* display: flex; display: flex;
align-items: center; */ align-items: center;
}
@media screen and (min-height: 700px) {
html,
body {
height: 100%;
}
} }
.mainDiv { .mainDiv {