Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

MM-16803 - Updating post styling #3088

Merged
merged 2 commits into from
Jul 11, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updating 12 hour clock display
  • Loading branch information
asaadmahmood committed Jul 10, 2019
commit efd506144cc859673af8cdc9b59668cd4f51ace3
6 changes: 3 additions & 3 deletions sass/responsive/_tablet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -309,14 +309,14 @@
.channel__wrap & {
.post__permalink {
position: absolute;
left: -65px;
left: -76px;
top: 1px;
width: 60px;
text-align: right;
}

.post__time {
font-size: .85em;
text-align: right;
width: 60px;
}

.star-icon__container {
Expand Down