mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-theme-harmony.git
synced 2025-10-04 05:11:21 +08:00
fix: add gap between post bar items
This commit is contained in:
parent
c2bf82dde8
commit
cf18cd9d7e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<nav class="navbar navbar-expand-lg bg-light mt-4 p-2 border rounded topic-main-buttons">
|
||||
<ul class="navbar-nav me-auto">
|
||||
<ul class="navbar-nav me-auto gap-2">
|
||||
{{{ if loggedIn }}}
|
||||
<button component="topic/mark-unread" class="btn btn-link text-decoration-none text-dark d-flex gap-2 align-items-baseline">
|
||||
<i class="fa fa-fw fa-inbox link-primary"></i>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue