Documentation fix for mobile/small screens

This commit is contained in:
Travis Briggs 2022-10-02 20:15:37 -07:00
parent 91e201d8af
commit 3ac254134f

View file

@ -23,7 +23,6 @@ body {
color: #555;
margin: 0;
padding: 0;
height:88
}
div.documentwrapper {
@ -456,9 +455,6 @@ code.descname {
.search {
visibility: visible;
position: absolute;
top: -7px;
right: 200px;
}
#top-link {
@ -476,10 +472,6 @@ code.descname {
visibility: visible;
}
.search {
right: 10px;
}
}
@media print, screen and (max-width: 480px) {
@ -488,4 +480,10 @@ code.descname {
padding-left: 2px;
}
div.body {
min-width: auto;
max-width: none;
width: 100%;
}
}