We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd0235 commit caf3773Copy full SHA for caf3773
1 file changed
src/components/ViewSource/styles.module.css
@@ -22,6 +22,10 @@
22
background-color: var(--ifm-color-emphasis-200);
23
}
24
25
+:global(.navbar-sidebar--show) ~ :global(.main-wrapper) .viewSource {
26
+ display: none;
27
+}
28
+
29
@media (width <= 700px) {
30
.viewSource {
31
margin-top: 14px;
@@ -34,3 +38,9 @@
34
38
display: none;
35
39
36
40
41
42
+@media (width <= 240px) {
43
+ .viewSource {
44
45
+ }
46
0 commit comments