diff --git a/mobile/mobile.scss b/mobile/mobile.scss index 8be0153..287c302 100644 --- a/mobile/mobile.scss +++ b/mobile/mobile.scss @@ -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); -} \ No newline at end of file +}