kopia lustrzana https://github.com/pixelfed/pixelfed
Fix missing bootstrap prefix in activity page
Fixes #210 - same issue as #163 but on a different pagepull/211/head
rodzic
a817875064
commit
1e5941285d
|
@ -2,7 +2,7 @@
|
|||
|
||||
@section('content')
|
||||
<div class="container notification-page" style="min-height: 60vh;">
|
||||
<div class="col-12 col-md-8 offset-2">
|
||||
<div class="col-12 col-md-8 offset-md-2">
|
||||
<ul class="list-group">
|
||||
|
||||
@foreach($notifications as $notification)
|
||||
|
|
Ładowanie…
Reference in New Issue