Skip to content

Commit 79a58d3

Browse files
committed
hide img and show bottom border for nav panel once we have reduced screen width - xslt and xpath extension guide
1 parent f7710fa commit 79a58d3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

vscode-xslt-xpath/resources/layout.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,15 @@
2626
/* Smaller than standard 960 (devices and browsers) */
2727
@media only screen and (max-width: 959px) {}
2828

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+
2938
/* Tablet Portrait size to standard 960 (devices and browsers) */
3039
@media only screen and (min-width: 768px) and (max-width: 959px) {}
3140

0 commit comments

Comments
 (0)