mirror of
https://github.com/cdr/code-server.git
synced 2026-01-20 15:13:36 +01:00
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:
parent
cc59279f11
commit
f8d546bdc6
1 changed files with 0 additions and 11 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue