Skip to content

Commit 79ab7d6

Browse files
Copilotalexr00
andcommitted
Add high contrast mode and mobile responsiveness support
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
1 parent f3da833 commit 79ab7d6

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

webviews/editorWebview/index.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1261,6 +1261,11 @@ code {
12611261
border-bottom: 1px solid var(--vscode-contrastBorder);
12621262
}
12631263

1264+
.vscode-high-contrast .title.sticky {
1265+
border: 1px solid var(--vscode-contrastBorder);
1266+
box-shadow: none;
1267+
}
1268+
12641269
.vscode-high-contrast .diff .diffLine {
12651270
background: none;
12661271
}
@@ -1287,6 +1292,19 @@ code {
12871292
padding-bottom: 0px;
12881293
}
12891294

1295+
.title.sticky {
1296+
padding: 8px 0;
1297+
border-bottom: 1px solid var(--vscode-panel-border);
1298+
}
1299+
1300+
.title.sticky .overview-title h2 {
1301+
font-size: 16px;
1302+
}
1303+
1304+
.title.sticky .button-group {
1305+
flex-wrap: nowrap;
1306+
}
1307+
12901308
#app {
12911309
display: block;
12921310
}

0 commit comments

Comments
 (0)