Documentation fix for mobile/small screens
This commit is contained in:
parent
91e201d8af
commit
3ac254134f
1 changed files with 6 additions and 8 deletions
|
|
@ -23,7 +23,6 @@ body {
|
||||||
color: #555;
|
color: #555;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height:88
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.documentwrapper {
|
div.documentwrapper {
|
||||||
|
|
@ -456,9 +455,6 @@ code.descname {
|
||||||
|
|
||||||
.search {
|
.search {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
position: absolute;
|
|
||||||
top: -7px;
|
|
||||||
right: 200px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#top-link {
|
#top-link {
|
||||||
|
|
@ -476,10 +472,6 @@ code.descname {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
.search {
|
|
||||||
right: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media print, screen and (max-width: 480px) {
|
@media print, screen and (max-width: 480px) {
|
||||||
|
|
@ -488,4 +480,10 @@ code.descname {
|
||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.body {
|
||||||
|
min-width: auto;
|
||||||
|
max-width: none;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue