Implemented simple tab system

This commit is contained in:
RemixDev
2020-04-09 12:50:05 +02:00
parent bba5e6522c
commit 11164375be
3 changed files with 139 additions and 112 deletions

View File

@@ -13,6 +13,9 @@ aside#sidebar > .side_icon{
font-size: 24px;
margin: 12px;
}
.side_icon.active{
color: #0A84FF;
}
/* Rest of the app */
main#main_content{
@@ -85,13 +88,10 @@ div#middle_section {
}
}
/* Search Tab */
.search_tabcontent {
/* Tabs */
.search_tabcontent, .main_tabcontent {
display: none;
}
#search_tab{
display: none;
}
/* Main Search Tab */