Skip to content

Commit c05a8bf

Browse files
committed
Improve style
1 parent 122e8f2 commit c05a8bf

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

resources/views/comments/_comment.blade.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ class="thread {{ $indentationLevel <= 3 ? 'ps-xl-5 ps-4 comment-reply' : 'positi
2121
@endforeach
2222
</div>
2323
@else
24-
<div id="thread_comment_{{ $comment->getKey() }}" class="thread {{ $indentationLevel <= 3 ? 'ps-xl-5 ps-4 comment-reply' : 'position-relative overflow-hidden' }}">
24+
<div id="thread_comment_{{ $comment->getKey() }}"
25+
class="thread {{ $indentationLevel <= 3 ? 'ps-xl-5 ps-4 comment-reply' : 'position-relative overflow-hidden' }}">
2526
</div>
2627
@endif
2728

resources/views/comments/edit.blade.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<form method="POST"
44
action="{{ route('comments.update', $comment->getKey()) }}"
55
class="mb-3 d-flex flex-column position-relative me-2"
6-
data-controller="comment"
6+
data-controller="comment"
77
>
88
@method('PUT')
99
<textarea
@@ -19,7 +19,8 @@ class="form-control p-4 pb-6"
1919
rows="3">{{ $comment->content }}</textarea>
2020
<div
2121
class="d-grid gap-3 d-md-flex justify-content-md-start position-absolute bottom-0 end-0 my-2 my-sm-3 mx-3 mx-sm-5">
22-
<button type="submit" class="btn btn-primary fade"
22+
<button type="submit"
23+
class="btn btn-primary fade"
2324
data-comment-target="button">Обновить</button>
2425
</div>
2526
</form>

resources/views/idea/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class="d-none d-md-inline-flex link-body-emphasis text-decoration-none icon-link
2828
<x-container>
2929

3030
<div class="p-4 p-xl-5 bg-body-tertiary rounded-3 position-relative mb-4">
31-
<div class="row g-xxl-5">
31+
<div class="row g-xxl-5 align-items-center">
3232
<div class="col-xl-6">
3333
<div class="d-none d-xl-flex row row-cols-1 row-cols-sm-1 g-4">
3434
<div class="col d-flex flex-column gap-2">

0 commit comments

Comments
 (0)