mirror of
https://github.com/TeamPiped/Piped.git
synced 2025-01-21 03:57:00 +00:00
fix: force list-style none at navigation bar
This commit is contained in:
parent
2f47af42fe
commit
62c092a25c
@ -37,7 +37,7 @@
|
||||
<span class="line"></span>
|
||||
</button>
|
||||
<!-- navigation bar for large screen devices -->
|
||||
<ul class="md:text-1xl hidden md:(flex flex flex-1 justify-end children:pl-3)">
|
||||
<ul class="md:text-1xl hidden list-none md:(flex flex flex-1 justify-end children:pl-3)">
|
||||
<li v-if="shouldShowTrending">
|
||||
<router-link v-t="'titles.trending'" to="/trending" class="nav-link" />
|
||||
</li>
|
||||
|
Loading…
Reference in New Issue
Block a user