Change position and size of coords, move show list button below overlay

Put it on top left so it is not awkward
This commit is contained in:
Hans5958 2022-04-09 17:49:21 +07:00
parent 4bbc7fdaea
commit 5306f83673

View file

@ -657,9 +657,10 @@ #coordsWrapper {
display: flex;
gap: 10px;
z-index: 100;
top: 49px;
left: 380px;
top: 5px;
left: 364px;
}
#wrapper.listHidden #coordsWrapper {
top: 49px;
left: 149px;
@ -673,8 +674,8 @@ @media (max-width: 750px) {
#coords {
background-color: #555;
border: 1px #000 solid;
padding: 3px;
font-size: 18px;
padding: 6.5px;
font-size: 17px;
display: flex;
align-items: center;
justify-content: center;
@ -992,7 +993,7 @@ .listHidden #hideListButton {
border-top: 1px #333 solid;
width: 130px;
height: 35px;
z-index: 2000;
z-index: 100;
}
#hideListButton:focus {