mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Define offset only for md layout (following)
Fix #160 for following list
This commit is contained in:
parent
89646cf1c6
commit
48240d319c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-12 col-md-8 offset-2">
|
||||
<div class="col-12 col-md-8 offset-md-2">
|
||||
@if($following->count() !== 0)
|
||||
<ul class="list-group mt-4">
|
||||
@foreach($following as $user)
|
||||
|
|
Loading…
Reference in a new issue