mirror of
https://github.com/discourse/discourse.git
synced 2025-06-24 01:41:35 +08:00
get rid of some needless (?) img styles on mobile
This commit is contained in:
@ -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 New Issue
Block a user