1
Fork 0

Show src button and function version on mobile version

This commit is contained in:
Guillaume Gomez 2017-10-24 22:34:59 +02:00
parent 61af75437d
commit deef11dd26

View file

@ -820,8 +820,8 @@ span.since {
width: 100%;
}
.content .out-of-band {
display: none;
.content h4 > .out-of-band {
position: inherit;
}
.toggle-wrapper > .collapse-toggle {
@ -835,6 +835,10 @@ span.since {
#search {
margin-left: 0;
}
.content .impl-items .method, .content .impl-items > .type, .impl-items > .associatedconstant {
display: flex;
}
}
@media print {