Skip to content

Commit 67acfd6

Browse files
author
Benjamin Pasero
committed
Feedback: beak is off now with new icon it seems (fix microsoft#88138)
1 parent f24a908 commit 67acfd6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/vs/workbench/browser/parts/statusbar/media/statusbarpart.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
.monaco-workbench .part.statusbar > .items-container > .statusbar-item.has-beak:before {
5555
content: '';
5656
position: absolute;
57-
left: calc(50% - 9px); /* 3px (margin) + 5px (padding) + 1px (icon) = 9px */
57+
left: 10px;
5858
top: -5px;
5959
border-bottom-width: 5px;
6060
border-bottom-style: solid;

src/vs/workbench/contrib/feedback/browser/feedbackStatusbarItem.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ export class FeedbackStatusbarConribution extends Disposable implements IWorkben
9595
private getStatusEntry(showBeak?: boolean): IStatusbarEntry {
9696
return {
9797
text: '$(feedback)',
98+
tooltip: localize('status.feedback', "Tweet Feedback"),
9899
command: '_feedback.open',
99100
showBeak
100101
};

0 commit comments

Comments
 (0)