Fix position of objectsList

This commit is contained in:
Roland Rytz 2017-04-07 19:57:15 +02:00
parent 114523e03a
commit 8bfa4256f1
2 changed files with 15 additions and 1 deletions

View File

@ -268,6 +268,20 @@ optgroup{
overflow-y: auto;
}
@media (max-width: 700px) {
#objectsList{
top: 50px;
max-height: calc(100% - 90px);
}
}
@media (max-width: 500px) {
#objectsList{
top: 80px;
max-height: calc(100% - 130px);
}
}
.object{
background-color: #555555;
border: 1px #000000 solid;

View File

@ -26,7 +26,7 @@
<html>
<head>
<meta charset="utf-8">
<link href="./_css/style.css?version=1.0.14" rel="stylesheet" type="text/css" media="all">
<link href="./_css/style.css?version=1.0.15" rel="stylesheet" type="text/css" media="all">
<title>
The /r/place Atlas
</title>