get rid of some needless (?) img styles on mobile
This commit is contained in:
parent
071d47ded9
commit
fc12091a93
2 changed files with 0 additions and 8 deletions
app/assets/stylesheets
|
@ -159,10 +159,6 @@ body {
|
||||||
to {opacity: 1}
|
to {opacity: 1}
|
||||||
}
|
}
|
||||||
|
|
||||||
.avatar {
|
|
||||||
@include border-radius-all(2px);
|
|
||||||
}
|
|
||||||
|
|
||||||
.avatar-wrapper {
|
.avatar-wrapper {
|
||||||
background-color: $secondary;
|
background-color: $secondary;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
@ -340,10 +340,6 @@ span.post-count {
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-post {
|
.topic-post {
|
||||||
article.boxed img {
|
|
||||||
max-width: 100%;
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
&.moderator {
|
&.moderator {
|
||||||
background-color: scale-color($highlight, $lightness: 60%);
|
background-color: scale-color($highlight, $lightness: 60%);
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue