1
Fork 0

add new ui for tabs

This commit is contained in:
Ashley 2023-10-31 15:50:11 +00:00
parent 26ef02da9e
commit 31d0a12a44

View file

@ -66,6 +66,42 @@ summary:hover{
<style>
.tags.rec {
font-weight: 600;
font-stretch: expanded;
overflow:hidden;
width: auto;
max-width: fit-content;
margin-right: auto;
padding-left: 1.5em;
margin-top: 7px;
display: flex;
gap: 3px;
margin-inline: auto;
margin-left: 8em;
}
.tags.rec:hover{
overflow-x:auto;
}
.tags.rec > .tag {
border-radius: 8px;
background:var(--chip-background-hover);
}
.tag {
padding: 5px;
border-radius: 4px;
word-break: break-all;
white-space: nowrap;
font-family: ubuntu, sans-serif;
}
.info > div {
font-family:Ubuntu, sans-serif;
}
@ -367,23 +403,19 @@ video[counter].classList.add("shake");
</div>
<div class="channel-page" style="background-color: var(--channel-contents-background);">
<div class="tabs tabs-center">
<% if (tab) { %>
<a href="/search?query=<%=q%>" class="tab">Videos</a>
<a class="tab active">Web</a>
<% } %>
<% if (!tab) { %>
<a class="tab active">Videos</a>
<a href="/web?query=<%=q%>" class="tab">Web</a>
<% } %>
</div>
<% if (!tab) { %>
<div class="tags rec">
<a style=" background: #111;" class="tag">
Videos
</a>
<a href="/web?query=<%=q%>" style="color:#fff;text-decoration:none;
" class="tag c">
Web </a>
</div>
<% if (!tab) { %>
<% if (Array.isArray( j.Search.Results.Video)) { %>
<center>