feat: enhance header tab responsiveness

This commit is contained in:
Bohdan Triapitsyn
2025-12-20 14:30:08 +02:00
parent 46233aedb6
commit 64a0b80710
3 changed files with 15 additions and 3 deletions
+11
View File
@@ -884,6 +884,17 @@ html:not(.dark) .chat-scroll {
}
}
/* Header tab responsiveness */
:root:not(.mobile-pointer):not(.vscode-runtime) .header-tab-label {
display: inline;
}
@media (max-width: 820px) {
:root:not(.mobile-pointer):not(.vscode-runtime) .header-tab-label {
display: none;
}
}
/* Mobile Adaptations - All Devices */
/* Set global device type variables */