Browse Source

Align voting button to top of topics in listings

merge-requests/92/head
Deimos 5 years ago
parent
commit
71bc57d437
  1. 1
      tildes/scss/modules/_topic.scss

1
tildes/scss/modules/_topic.scss

@ -71,6 +71,7 @@
.topic-voting {
grid-area: voting;
align-self: start;
}
.topic-actions {

Loading…
Cancel
Save