Skip to content

Commit 07b61f5

Browse files
author
Matthew Weber
committed
Fix CSS styling issues.
1 parent 05eeff4 commit 07b61f5

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

resources/css/index.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
1+
@import 'tailwindcss';
2+
13
@import '../../vendor/filament/filament/resources/css/theme.css';
4+
5+
@source './../../resources/views/*.blade.php';
6+
@source './../../vendor/**/*.blade.php';

resources/dist/filament-comments.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/views/comments.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
@endforeach
5959
</div>
6060
@else
61-
<div class="flex-grow flex flex-col items-center justify-center space-y-4">
61+
<div class="flex h-full flex-col items-center justify-center space-y-4">
6262
<x-filament::icon
6363
icon="{{ config('filament-comments.icons.empty') }}"
6464
class="h-12 w-12 text-gray-400 dark:text-gray-500"

src/FilamentCommentsServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ protected function getAssetPackageName(): ?string
7474
protected function getAssets(): array
7575
{
7676
return [
77-
Css::make('filament-comments-styles', __DIR__ . '/../resources/dist/filament-comments.css'),
77+
Css::make('filament-comments', __DIR__ . '/../resources/dist/filament-comments.css'),
7878
];
7979
}
8080

0 commit comments

Comments
 (0)