Skip to content

Commit cdacd3f

Browse files
committed
style: Move the left index few pixels to the right
1 parent 728d8e3 commit cdacd3f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

_sass/_bubbles.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,11 @@ $color-fade: rgba(0,0,0,0.6); // border shadow
159159
font-size: 20px;
160160
line-height: 29px;
161161
white-space: nowrap;
162-
background-color: transparent;
163162
}
164163

165164
.left & .index {
166165
color: $color1;
167-
left: -37px;
166+
left: -31px;
168167
justify-content: flex-end;
169168
}
170169

0 commit comments

Comments
 (0)