get rid of some needless (?) img styles on mobile
This commit is contained in:
parent
071d47ded9
commit
fc12091a93
|
@ -159,10 +159,6 @@ body {
|
|||
to {opacity: 1}
|
||||
}
|
||||
|
||||
.avatar {
|
||||
@include border-radius-all(2px);
|
||||
}
|
||||
|
||||
.avatar-wrapper {
|
||||
background-color: $secondary;
|
||||
display: inline-block;
|
||||
|
|
|
@ -340,10 +340,6 @@ span.post-count {
|
|||
}
|
||||
|
||||
.topic-post {
|
||||
article.boxed img {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
&.moderator {
|
||||
background-color: scale-color($highlight, $lightness: 60%);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue