Skip to content

Commit 1314acc

Browse files
committed
Add new fullscreen icon
1 parent e41eb23 commit 1314acc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

resources/views/components/icons/arrowsExpandHorizontal.blade.php

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<svg {{ $attributes }} xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
2+
<path fill="none" stroke="currentColor" stroke-linecap="square" stroke-width="1.5"
3+
d="M6.343 17.657L17.657 6.343M18.5 11V5.5H13M5.5 13v5.5H11" />
4+
</svg>

resources/views/components/vault/fileDetails.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class="flex flex-grow p-0 px-1 text-lg font-semibold bg-transparent border-0 foc
4343
x-show="showToggleContentWidthButton"
4444
@click="toggleContentWidth"
4545
>
46-
<x-icons.arrowsExpandHorizontal class="w-5 h-5" />
46+
<x-icons.fullscreen class="w-5 h-5" />
4747
</button>
4848
<button title="{{ __('Close file') }}" @click="closeFile">
4949
<x-icons.xMark class="w-5 h-5" />

0 commit comments

Comments
 (0)