Added division by search tab

This commit is contained in:
RemixDev
2020-04-09 12:24:49 +02:00
parent 6eca5aaf59
commit 880c257005
4 changed files with 204 additions and 33 deletions

View File

@@ -85,6 +85,14 @@ div#middle_section {
}
}
/* Search Tab */
.search_tabcontent {
display: none;
}
#search_tab{
display: none;
}
/* Main Search Tab */
#main_search > .search_section{
@@ -158,6 +166,10 @@ img.rounded {
img.circle {
border-radius: 50%;
}
.coverart{
background-color: #eee;
}
span.tag {
background-color: #222324;
border-radius: 2px;