Skip to content

Commit

Permalink
Update custom-vscode.css
Browse files Browse the repository at this point in the history
  • Loading branch information
laravelwebdev authored Oct 5, 2024
1 parent b1472ff commit 4bfce30
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions custom-vscode.css
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ li.action-item.icon.checked a.action-label.codicon {

/* Project Title */
.titlebar-left {
justify-content: flex-start !important;
justify-content: center !important;
flex-grow: 0 !important;
width: auto !important;
}
Expand All @@ -230,17 +230,16 @@ li.action-item.icon.checked a.action-label.codicon {
font-size: 14px !important;
color: rgba(171, 178, 191, 0.6) !important;
display: block !important;
margin-left: 60px !important;
}

/* Search icon */
/* .search-icon {
.search-icon {
display: none !important;
}

.codicon-search::before {
display: none !important;
} */
}

.codicon-arrow-right,
.codicon-arrow-left {
Expand Down

0 comments on commit 4bfce30

Please sign in to comment.