Skip to content

Commit

Permalink
Removing border radius, thinner toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
apolignano committed Nov 12, 2024
1 parent cc4eec2 commit df7b5f9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/ProteinViewer/ShowMoreTracks/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,18 @@
font-weight: bold;
font-size: 14px;
position: relative;
border-radius: 2px;
}

.showmore-toggle-inner {
position: absolute;
top: 5px;
left: 5px;
width: 20px;
width: 15px;
height: 28px;
background-color: #ffffff;
transition: left 0.3s ease;
border-radius: 2px;
}

.showmore-toggle-inner.moved {
left: 55px;
left: 60px;
}

0 comments on commit df7b5f9

Please sign in to comment.