Skip to content

Commit 7dc104d

Browse files
authored
undo requests hover padding for consistency (microsoft#250688)
padding for hover for consistency
1 parent 09d353c commit 7dc104d

File tree

1 file changed

+7
-7
lines changed
  • src/vs/workbench/contrib/chat/browser/media

1 file changed

+7
-7
lines changed

src/vs/workbench/contrib/chat/browser/media/chat.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1959,18 +1959,18 @@ have to be updated for changes to the rules above, or to support more deeply nes
19591959
top: -13px;
19601960
right: 20px;
19611961
border-radius: 3px;
1962+
width: 28px;
1963+
height: 26px;
19621964
}
19631965

19641966
.request-hover .actions-container {
1965-
width: 26px;
1966-
height: 26px;
1967+
width: 22px;
1968+
height: 22px;
19671969
}
19681970

19691971
.request-hover .actions-container .action-label.codicon-x {
1970-
width: 26px;
1971-
height: 26px;
1972-
padding-top: 4px;
1973-
padding-left: 5px;
1972+
margin-top: 4px;
1973+
padding: 3px 3px;
19741974
}
19751975

19761976
.request-hover.has-no-actions {
@@ -2000,7 +2000,7 @@ have to be updated for changes to the rules above, or to support more deeply nes
20002000
}
20012001

20022002
.request-hover {
2003-
display: flex !important;
2003+
display: block !important;
20042004
}
20052005

20062006
}

0 commit comments

Comments
 (0)