Hide header upload button on mobile - use bottom nav instead
This commit is contained in:
parent
9ed7fb47b9
commit
79bcd95d36
@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
@auth
|
@auth
|
||||||
<!-- Upload Button - Opens Modal -->
|
<!-- Upload Button - Opens Modal -->
|
||||||
<button type="button" class="yt-upload-btn" data-bs-toggle="modal" data-bs-target="#uploadModal">
|
<button type="button" class="yt-upload-btn d-none d-md-flex" data-bs-toggle="modal" data-bs-target="#uploadModal">
|
||||||
<i class="bi bi-plus-lg"></i>
|
<i class="bi bi-plus-lg"></i>
|
||||||
<span>Upload</span>
|
<span>Upload</span>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user