mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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;
|
||||
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%;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue