Show src button and function version on mobile version
This commit is contained in:
parent
61af75437d
commit
deef11dd26
1 changed files with 6 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue