Skip to content

Commit

Permalink
last style fixes maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Sep 14, 2023
1 parent 7ca696e commit d13ad05
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
21 changes: 12 additions & 9 deletions src/components/map/map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -597,16 +597,16 @@ $sideMenu-width: 250px;
z-index: 2000;
width: $sideMenu-width - 10px;
padding-top: 0.5em;
top: 100px;
top: 110px;
}
::v-deep .el-menu-item-group__title {
margin-top: -40px;
margin-top: -45px;
}
.el-menu-item-group {
margin-top: 40px;
margin-bottom: 30px;
margin-top: 45px;
margin-bottom: 27px;
}
.sideMenuGroupTitle {
Expand All @@ -626,8 +626,8 @@ $sideMenu-width: 250px;
.hideMenuButton {
display: flex;
position: absolute;
top: 65px;
left: 50px;
top: 80px;
left: 10px;
}
.side-enter-active,
Expand Down Expand Up @@ -745,7 +745,7 @@ $sideMenu-width: 250px;
top: 10px;
left: 50px;
width: 110px;
height: 50px;
height: 63px;
background-color: white;
border: 2px solid rgba(0, 0, 0, 0.2);
background-clip: padding-box;
Expand Down Expand Up @@ -786,7 +786,7 @@ $sideMenu-width: 250px;
align-items: center;
padding-left: 10px;
position: relative;
top: 45px;
top: 40px;
left: 10px;
width: 210px;
white-space: nowrap;
Expand All @@ -803,6 +803,9 @@ $sideMenu-width: 250px;
font-size: 16px;
margin-bottom: -15px;
}
.searchMapResult:hover {
background-color: #faf4d4;
}
.longBuildingName {
position: absolute;
white-space: nowrap;
Expand All @@ -817,6 +820,6 @@ $sideMenu-width: 250px;
}
.searchResultDiv {
margin-top: 10px;
margin-bottom: 10px;
margin-bottom: 0px;
}
</style>
4 changes: 2 additions & 2 deletions src/components/map/switch_buttons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ $activePadding: 2.5px;
$clipInset: 10px;
.rangeButtonParent {
top: 45px;
top: 50px;
position: relative;
width: 100%;
padding: $parentPadding;
Expand All @@ -57,7 +57,7 @@ $clipInset: 10px;
margin: 0 !important;
}
.rangeButtonParent:not(.active) {
top: 45px;
top: 50px;
}
.rangeButtonParent:first-child {
border-radius: 5px 0px 0px 5px;
Expand Down

0 comments on commit d13ad05

Please sign in to comment.