Skip to content

Commit b1453cc

Browse files
committed
chore: delete useless code
1 parent f517b33 commit b1453cc

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

_sass/addon/commons.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -419,10 +419,6 @@ i { /* fontawesome icons */
419419
word-spacing: 1px;
420420

421421
a {
422-
&:not(:last-child) {
423-
margin-right: 2px;
424-
}
425-
426422
&:not([class]):hover {
427423
@extend %link-hover;
428424
}
@@ -546,7 +542,6 @@ i { /* fontawesome icons */
546542
.img-link {
547543
color: transparent;
548544
display: inline-flex;
549-
overflow: hidden;
550545
}
551546

552547
.shimmer {

_sass/layout/post.scss

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,9 @@
2626
color: var(--text-color);
2727
}
2828

29-
%preview-margin {
30-
margin: 0;
31-
}
32-
3329
.preview-img {
34-
@include align-center;
35-
@extend %preview-margin;
3630
@extend %rounded;
3731

38-
max-width: 100%;
39-
4032
&:not(.no-bg) {
4133
img.lazyloaded {
4234
background: var(--img-bg);
@@ -48,7 +40,6 @@
4840
-o-object-fit: cover;
4941
object-fit: cover;
5042

51-
@extend %preview-margin;
5243
@extend %rounded;
5344
}
5445
}

0 commit comments

Comments
 (0)