Skip to content

Commit

Permalink
update topBar & responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcrb3 committed Jun 19, 2024
1 parent dfb048c commit 3f86704
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
#formContainer {
display: flex;
align-items: center;
margin-right: 7%;
margin-right: 2%;
}

#textSelector {
Expand Down Expand Up @@ -326,7 +326,8 @@
color: white;
border: none;
cursor: pointer;
margin-left: 25px;
margin-left: 45px;

}

#layerConfig:hover {
Expand Down Expand Up @@ -549,6 +550,11 @@
top: 94%;
}

#formContainer {

margin-right: 7%;
}

#closePanel {
position: sticky;
top: 0;
Expand Down
10 changes: 8 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
#formContainer {
display: flex;
align-items: center;
margin-right: 7%;
margin-right: 2%;
}

#textSelector {
Expand Down Expand Up @@ -326,7 +326,8 @@
color: white;
border: none;
cursor: pointer;
margin-left: 25px;
margin-left: 45px;

}

#layerConfig:hover {
Expand Down Expand Up @@ -549,6 +550,11 @@
top: 94%;
}

#formContainer {

margin-right: 7%;
}

#closePanel {
position: sticky;
top: 0;
Expand Down

0 comments on commit 3f86704

Please sign in to comment.