Remove hidden home CSS

Now that you can customize the home it's probably fine to show it.
There's also an option for users to hide it.
This commit is contained in:
Asher 2021-02-09 10:38:06 -06:00
parent cc59279f11
commit f8d546bdc6
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 0 additions and 11 deletions

View File

@ -51,17 +51,6 @@
position: relative;
width: 100%;
height: 48px;
<<<<<<< HEAD
display: flex;
align-items: center;
justify-content: center;
order: -1;
/* NOTE@coder: Hide since it doesn't seem to do anything when used with
code-server except open the VS Code repository. */
display: none !important;
=======
>>>>>>> e4a830e9b7ca039c7c70697786d29f5b6679d775
}
.monaco-workbench .activitybar > .content > .home-bar > .home-bar-icon-badge {