mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Sessions: Adjust header height and refine button styles (#306902)
Adjust header height and padding in CIStatusWidget; refine button styles in changes view Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>
This commit is contained in:
@@ -18,10 +18,9 @@
|
||||
position: relative;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
/* gap: 6px; */
|
||||
padding: 6px 4px;
|
||||
padding: 4px;
|
||||
margin-top: 4px;
|
||||
border-radius: 8px;
|
||||
border-radius: 4px;
|
||||
min-height: 22px;
|
||||
font-weight: 500;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user