Skip to content

Commit

Permalink
moved new thread button to left side of ThreadList component (outside…
Browse files Browse the repository at this point in the history
… of threadpreview list container)
  • Loading branch information
Ian committed Feb 13, 2024
1 parent 68722e4 commit 89ed083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/ThreadList/ThreadList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export default {
background-color: #5f9fd3;
border-radius: 50%;
position:relative;
float: right;
float: center;
margin-top: 0.5rem;
}
.dot-center{
Expand Down

0 comments on commit 89ed083

Please sign in to comment.