Skip to content

Commit

Permalink
Merge pull request #317 from amin-xiv/indicator-positioning-fix-v2
Browse files Browse the repository at this point in the history
Indicator positioning fix V2.
  • Loading branch information
multiverseweb authored Nov 6, 2024
2 parents dc39c99 + 770f220 commit b483be7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion website/styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,14 @@ a {

#defaultButton {
margin-top: 12px;
margin-bottom: -2px;
display: flex;
align-items: center;
justify-content: center;
}

#defaultButton img {
margin: auto;
}

/* Apply inversion only to specific elements */
Expand Down Expand Up @@ -1098,7 +1106,6 @@ input {

.small a{
width: fit-content;
border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.small a:hover {
Expand Down

0 comments on commit b483be7

Please sign in to comment.