diff --git a/app/templates/pm/topic.forkbb.php b/app/templates/pm/topic.forkbb.php
index 84ad81dcead3daf261aa38739a853b9c90711352..fd6a76b6383cfa03c76f27b246626a44e276fcf4 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 09637a2f87a8c48f8ebd30eb4fa9288b8b63dce3..a308b2dcffc24fb823ccba0f758ab1acd14d4b8d 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 070967a3f8645feb6f6b048ecda539e0f0c78b80..f8a5b817bd1c7e3aa116b90b658c44ab805c09fb 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 2a0676a9e2591ed0ecb6a737f4ab02333e02bc33..8cae27b182adb48e329171752cc15200b95c612e 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;
} */