nav: always show upload button on all screen sizes
This commit is contained in:
@@ -290,7 +290,7 @@ try {
|
|||||||
{editEnabled && (
|
{editEnabled && (
|
||||||
<button
|
<button
|
||||||
id="upload-btn"
|
id="upload-btn"
|
||||||
class="hidden sm:flex text-zinc-400 hover:text-white transition-colors w-8 h-8 items-center justify-center rounded-md hover:bg-zinc-800 text-base"
|
class="flex text-zinc-400 hover:text-white transition-colors w-8 h-8 items-center justify-center rounded-md hover:bg-zinc-800 text-base"
|
||||||
aria-label="Upload activity"
|
aria-label="Upload activity"
|
||||||
title="Upload activity"
|
title="Upload activity"
|
||||||
>↑</button>
|
>↑</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user