Channels! (work in progress)

This commit is contained in:
Violet 2023-11-01 13:33:22 +00:00
parent ccd462b62a
commit bee670ffa8
6 changed files with 175 additions and 9 deletions

View file

@ -25,7 +25,7 @@
</div>
<main>
<h1>Welcome to SimpleTube</h1>
<p>SimpleTube is a Youtube client that aims to be free of Javascript, as small as possible, and lack annoyances.
<p>SimpleTube is a Youtube client that aims to be free and fast. (and have no ads!)
<br>
Currently SimpleTube does not have a trending tab or anything, so please use the search function at the top!
<br>

View file

@ -124,7 +124,7 @@ p {
overflow: hidden;
}
@media (max-width: 720px) {
/* @media (max-width: 720px) {
.resultContainer {
max-width: 450px;
}
@ -140,7 +140,7 @@ p {
.resultContainer {
max-width: 550px;
}
}
} */
.resultContainer {
margin: 0 auto;
@ -194,4 +194,20 @@ main {
hr {
margin: 20px auto;
}
#channelBar {
background-color: rgb(15, 10, 25);
border-bottom: 2px gray solid;
padding: 20px;
margin: 0;
width: 100%;
}
.channelLink {
color: white;
font-size: 1.5rem;
border: 2px white solid;
display: inline-block;
padding: 10px
}