Merge pull request #14 from hnb-ku/master

FIX: mobile avatars not contained within card
This commit is contained in:
Joshua Rosenfeld 2018-04-08 10:20:33 -04:00 committed by GitHub
commit 401e4065e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,20 +5,25 @@
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
background-color: lighten($secondary, 10%);
margin-top: 10px;
padding-left: 20px;
padding: 20px;
border-radius: 2px;
padding-right: 20px;
}
//more space for avatars
.topic-avatar {
border-top: 0;
padding-right: 10px;
padding-top: 20px;
padding-left: 10px;
.avatar-flair {
right: 4px;
}
}
//increase space between post meta and post content
.boxed .contents {
padding: 20px 0 0 0;
}
//remove stray border from bottom of last post
.topic-status-info {
border-top: 0;
@ -62,4 +67,4 @@ aside.quote {
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
}