Skip to content

Commit

Permalink
style(css): Remove superfluous y values in SkeletenLoading
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Jul 25, 2023
1 parent f6b41aa commit bf7e90e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/SkeletonLoading.vue
Original file line number Diff line number Diff line change
Expand Up @@ -196,23 +196,19 @@ $messages-list-max-width: 670px;
}
&-line-one {
y: 5px;
y: 0.33em;
width: 175px;
}
&-line-two {
y: 25px;
y: 1.66em;
}
&-line-three {
y: 45px;
y: 3em;
}
&-line-four {
y: 65px;
y: 4.33em;
}
}
Expand Down

0 comments on commit bf7e90e

Please sign in to comment.