-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
77af72a
commit 3a92381
Showing
3 changed files
with
10 additions
and
6 deletions.
There are no files selected for viewing
6 changes: 5 additions & 1 deletion
6
packages/framework/resources/views/components/filepath-label.blade.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
<small class="relative {{ $torchlight ? '-top-1 right-3' : 'top-0 right-0' }} float-right opacity-50 hover:opacity-100 transition-opacity duration-250 not-prose hidden md:block"><span class="sr-only">Filepath: </span>{{ $path }}</small> | ||
<small @class([ | ||
'relative float-right opacity-50 hover:opacity-100 transition-opacity duration-250 not-prose hidden md:block', | ||
'-top-1 right-3' => $torchlight, | ||
'top-0 right-0' => ! $torchlight, | ||
])><span class="sr-only">Filepath: </span>{{ $path }}</small> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters