Skip to content

Commit

Permalink
Fixed removing categories from ImprovedTube Home
Browse files Browse the repository at this point in the history
  • Loading branch information
adokseo committed Jul 30, 2020
1 parent 561cd9d commit adcb901
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/template/css/template-parts/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,15 @@ html[it-improvedtube-home='list'] .satus-main__container[data-appearance='home']




html[it-it-general='false'] .satus-folder--general,
html[it-it-appearance='false'] .satus-folder--appearance,
html[it-it-themes='false'] .satus-folder--themes,
html[it-it-player='false'] .satus-folder--player,
html[it-it-playlist='false'] .satus-folder--playlist,
html[it-it-channel='false'] .satus-folder--channel,
html[it-it-shortcuts='false'] .satus-folder--shortcut,
html[it-it-blacklist='false'] .satus-folder--blacklist,
html[it-it-analyzer='false'] .satus-folder--analyzer
{
display: none;
}

0 comments on commit adcb901

Please sign in to comment.