Skip to content

Commit d8542e9

Browse files
committed
revised for web view
1 parent 20725b9 commit d8542e9

File tree

3 files changed

+9
-12
lines changed

3 files changed

+9
-12
lines changed

release-notes/css/inproduct_releasenotes.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ h2 + h3 {
132132
}
133133

134134
/* Main content layout */
135-
.main-content-layout {
135+
.toc-nav-layout {
136136
display: flex;
137137
align-items: flex-start;
138138
}
@@ -183,7 +183,7 @@ h2 + h3 {
183183
}
184184

185185
/* Main content area */
186-
.content-main {
186+
.notes-main {
187187
flex: 1;
188188
min-width: 0;
189189
}
@@ -194,11 +194,11 @@ h2 + h3 {
194194
display: none;
195195
}
196196

197-
.main-content-layout {
197+
.toc-nav-layout {
198198
flex-direction: column;
199199
}
200200

201-
.content-main {
201+
.notes-main {
202202
margin-left: 0;
203203
}
204204
}

release-notes/v1_102-refined-no-summarize.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Welcome to the June 2025 release of Visual Studio Code. There are many updates i
4747
> You can download the nightly Insiders build and try the latest updates as soon as they are available.<br>
4848
> [Download Insiders](https://code.visualstudio.com/insiders)<br>
4949
50-
<div class="main-content-layout">
50+
<div class="toc-nav-layout">
5151
<nav id="toc-nav">
5252
<div>In this update</div>
5353
<ul>
@@ -65,7 +65,7 @@ Welcome to the June 2025 release of Visual Studio Code. There are many updates i
6565
<li><a href="#pull-requests">Pull requests</a></li>
6666
</ul>
6767
</nav>
68-
<div class="content-main">
68+
<div class="notes-main">
6969

7070
## Chat
7171

@@ -725,6 +725,4 @@ Contributions to `ripgrep-prebuilt`:
725725

726726
<link rel="stylesheet" type="text/css" href="css/inproduct_releasenotes.css"/>
727727

728-
<a id="scroll-to-top" role="button" title="Scroll to top" aria-label="scroll to top" href="#"><span class="icon"></span></a>
729-
730-
<!-- <a id="sparkle-chat" role="button" title="Summarize this release note" aria-label="Summarize this release note" href="command:summarize.release.notes"></a>
728+
<a id="scroll-to-top" role="button" title="Scroll to top" aria-label="scroll to top" href="#"><span class="icon"></span></a>

release-notes/v1_102-refined.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ _Release date: July 9, 2025_
2323
---
2424

2525
<br>
26-
2726
Welcome to the June 2025 release of Visual Studio Code. There are many updates in this version that we hope you'll like, some of the key highlights include:
2827

2928
<table class="highlights-table">
@@ -48,7 +47,7 @@ Welcome to the June 2025 release of Visual Studio Code. There are many updates i
4847
> You can download the nightly Insiders build and try the latest updates as soon as they are available.<br>
4948
> [Download Insiders](https://code.visualstudio.com/insiders)<br>
5049
51-
<div class="main-content-layout">
50+
<div class="toc-nav-layout">
5251
<nav id="toc-nav">
5352
<div>In this update</div>
5453
<ul>
@@ -66,7 +65,7 @@ Welcome to the June 2025 release of Visual Studio Code. There are many updates i
6665
<li><a href="#pull-requests">Pull requests</a></li>
6766
</ul>
6867
</nav>
69-
<div class="content-main">
68+
<div class="notes-main">
7069

7170
## Chat
7271

0 commit comments

Comments
 (0)