Skip to content

Commit 6892ec3

Browse files
committed
responsive
1 parent b6e1535 commit 6892ec3

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

release-notes/css/inproduct_releasenotes-refined.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ h2 + h3 {
7676
margin: -4px -6px;
7777
border-radius: 4px;
7878
display: block;
79+
outline: none;
7980
}
8081

8182
.toc-link:hover {
@@ -85,6 +86,7 @@ h2 + h3 {
8586
text-decoration: none !important;
8687
}
8788

89+
8890
/* Sparkle chat button styling */
8991
#sparkle-chat {
9092
position: fixed;
@@ -190,3 +192,18 @@ h2 + h3 {
190192
flex: 1;
191193
min-width: 0;
192194
}
195+
196+
/* Responsive breakpoint - Hide TOC on smaller screens */
197+
@media (max-width: 576px) {
198+
#toc-nav {
199+
display: none;
200+
}
201+
202+
.main-content-layout {
203+
flex-direction: column;
204+
}
205+
206+
.content-main {
207+
margin-left: 0;
208+
}
209+
}

0 commit comments

Comments
 (0)