fix(files): removed breakpoint on gridView button

Signed-off-by: Jonas Stene <jonas@stene.li>
This commit is contained in:
Jonas Stene 2025-08-04 11:31:48 +02:00 committed by skjnldsv
parent d5417d63e0
commit f9fa5abcf2

View file

@ -57,7 +57,7 @@
</NcActionButton>
</NcActions>
<NcButton v-if="fileListWidth >= 512 && enableGridView"
<NcButton v-if="enableGridView"
:aria-label="gridViewButtonLabel"
:title="gridViewButtonLabel"
class="files-list__header-grid-button"