Skip to content

Commit b483be7

Browse files
Merge pull request #317 from amin-xiv/indicator-positioning-fix-v2
Indicator positioning fix V2.
2 parents dc39c99 + 770f220 commit b483be7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

website/styles/style.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,14 @@ a {
166166

167167
#defaultButton {
168168
margin-top: 12px;
169+
margin-bottom: -2px;
170+
display: flex;
171+
align-items: center;
172+
justify-content: center;
173+
}
174+
175+
#defaultButton img {
176+
margin: auto;
169177
}
170178

171179
/* Apply inversion only to specific elements */
@@ -1098,7 +1106,6 @@ input {
10981106

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

11041111
.small a:hover {

0 commit comments

Comments
 (0)