Skip to content

Commit

Permalink
fix customization button if custom model enabled; minor top+bottom pa…
Browse files Browse the repository at this point in the history
…dding for profiles
  • Loading branch information
karussell committed May 15, 2024
1 parent 2e2a822 commit f7bec0c
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions src/sidebar/search/routingProfiles/RoutingProfiles.module.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.profilesParent {
display: flex;
flex-direction: row;
padding: 0.6em 0 0 0;
padding: 0.7em 0 0.1em 0;
}

.carousel {
Expand Down Expand Up @@ -67,24 +67,15 @@
}

.profileBtn {
position: relative;
border-radius: 50%;
padding: 0.3em;
display: flex;
justify-content: center;
align-items: center;
height: 100%;
box-sizing: border-box;
}

.profileBtn span {
display: flex;
justify-content: center;
align-items: center;
width: 1.5em;
aspect-ratio: 1 / 1;
font-weight: bold;
}

.iconContainer {
position: relative;
}
Expand All @@ -101,8 +92,10 @@

.asIndicator {
position: absolute;
left: -21px;
top: -40px;
fill: none;
stroke: #193b6e;
left: -20px;
top: -41px;
z-index: 1;
scale: 0.1;
}
Expand Down

0 comments on commit f7bec0c

Please sign in to comment.