Skip to content

Commit

Permalink
FIX: mobile meta and actions alignment in non-tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
merefield committed Sep 12, 2022
1 parent 2f99bff commit 660879b
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions mobile/mobile.scss
Expand Up @@ -3,18 +3,27 @@
//TODO make this dependent on a mobile thumbnail width setting?
.right {
margin-left: 95px;

.topic-item-stats {
display:unset;
}

.main-link {
margin-bottom: 8px;
}
}

.pull-right {
.keep-in-line {
display: inline-block;

.num {
text-align: right;
float: right;
}
}
}

// .num.views {
// display:none;
// }

.topic-details {
max-height: initial;
position: relative;
Expand Down

0 comments on commit 660879b

Please sign in to comment.