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 f7710fa commit 79a58d3Copy full SHA for 79a58d3
vscode-xslt-xpath/resources/layout.css
@@ -26,6 +26,15 @@
26
/* Smaller than standard 960 (devices and browsers) */
27
@media only screen and (max-width: 959px) {}
28
29
+ @media only screen and (max-width: 768px) {
30
+ .topbar img {
31
+ display: none;
32
+ }
33
+ nav {
34
+ border-bottom: 2px solid #808080;
35
36
37
+
38
/* Tablet Portrait size to standard 960 (devices and browsers) */
39
@media only screen and (min-width: 768px) and (max-width: 959px) {}
40
0 commit comments