diff --git a/app/templates/pm/topic.forkbb.php b/app/templates/pm/topic.forkbb.php
index 84ad81dc..fd6a76b6 100644
--- a/app/templates/pm/topic.forkbb.php
+++ b/app/templates/pm/topic.forkbb.php
@@ -111,24 +111,27 @@
@endif
@if ($post->canDelete || $post->canEdit || $post->canQuote || $post->canBlock)
@endif
diff --git a/app/templates/topic.forkbb.php b/app/templates/topic.forkbb.php
index 09637a2f..a308b2dc 100644
--- a/app/templates/topic.forkbb.php
+++ b/app/templates/topic.forkbb.php
@@ -125,20 +125,23 @@
@endif
@if ($post->canReport || $post->canDelete || $post->canEdit || $post->canQuote)
@endif
diff --git a/app/templates/topic_in_search.forkbb.php b/app/templates/topic_in_search.forkbb.php
index 070967a3..f8a5b817 100644
--- a/app/templates/topic_in_search.forkbb.php
+++ b/app/templates/topic_in_search.forkbb.php
@@ -78,10 +78,11 @@
{!! $post->html() !!}
diff --git a/public/style/ForkBB/style.css b/public/style/ForkBB/style.css
index 2a0676a9..8cae27b1 100644
--- a/public/style/ForkBB/style.css
+++ b/public/style/ForkBB/style.css
@@ -1532,6 +1532,10 @@ body,
}
#fork .f-post-btns {
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: flex-end;
+ gap: 0.3125rem;
padding: 0.3125rem;
}
@@ -1539,13 +1543,6 @@ body,
opacity: 0.4;
}
-#fork .f-post-btns ul {
- display: flex;
- flex-wrap: wrap;
- justify-content: flex-end;
- gap: 0.3125rem;
-}
-
/* #fork .f-post-footer-add {
display: none;
} */