fix(files): removed breakpoint on gridView button

Signed-off-by: Jonas Stene <jonas@stene.li>
pull/54561/head
Jonas Stene 2025-08-04 11:31:48 +07:00 committed by skjnldsv
parent d5417d63e0
commit f9fa5abcf2
1 changed files with 1 additions and 1 deletions

@ -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"