Skip to content

Commit 72c5df3

Browse files
committed
refs #106 Fixed avatar sharp circle
1 parent fa96410 commit 72c5df3

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

public/build/assets/app-Gg0DSpzm.css renamed to public/build/assets/app-C5tVmPJ2.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.

public/build/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"src": "public/img/ui/warning.svg"
1313
},
1414
"resources/css/app.scss": {
15-
"file": "assets/app-Gg0DSpzm.css",
15+
"file": "assets/app-C5tVmPJ2.css",
1616
"src": "resources/css/app.scss",
1717
"isEntry": true
1818
},

resources/css/thread.scss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,12 @@
5151
background-color: rgba($gray-700, 0.2);
5252
}
5353

54-
img {
55-
max-width: 100%;
56-
max-height: 300px;
57-
@extend .rounded;
54+
.message {
55+
img {
56+
max-width: 100%;
57+
max-height: 300px;
58+
@extend .rounded;
59+
}
5860
}
5961

6062
/*

resources/views/comments/show.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<x-comment :comment="$comment">
22
<x-slot:content>
3-
<p class="my-3 text-wrap text-break">{!! $comment->prettyComment() !!}</p>
3+
<p class="my-3 text-wrap text-break message">{!! $comment->prettyComment() !!}</p>
44
</x-slot:content>
55
</x-comment>
66

0 commit comments

Comments
 (0)