Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f8d546b

Browse files
committedFeb 9, 2021
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.
1 parent cc59279 commit f8d546b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed
 

‎lib/vscode/src/vs/workbench/browser/parts/activitybar/media/activitybarpart.css

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,6 @@
5151
position: relative;
5252
width: 100%;
5353
height: 48px;
54-
<<<<<<< HEAD
55-
display: flex;
56-
align-items: center;
57-
justify-content: center;
58-
order: -1;
59-
60-
/* NOTE@coder: Hide since it doesn't seem to do anything when used with
61-
code-server except open the VS Code repository. */
62-
display: none !important;
63-
=======
64-
>>>>>>> e4a830e9b7ca039c7c70697786d29f5b6679d775
6554
}
6655

6756
.monaco-workbench .activitybar > .content > .home-bar > .home-bar-icon-badge {

0 commit comments

Comments
 (0)
Please sign in to comment.