We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6e1535 commit 6892ec3Copy full SHA for 6892ec3
release-notes/css/inproduct_releasenotes-refined.css
@@ -76,6 +76,7 @@ h2 + h3 {
76
margin: -4px -6px;
77
border-radius: 4px;
78
display: block;
79
+ outline: none;
80
}
81
82
.toc-link:hover {
@@ -85,6 +86,7 @@ h2 + h3 {
85
86
text-decoration: none !important;
87
88
89
+
90
/* Sparkle chat button styling */
91
#sparkle-chat {
92
position: fixed;
@@ -190,3 +192,18 @@ h2 + h3 {
190
192
flex: 1;
191
193
min-width: 0;
194
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