|
6 | 6 | tabindex="-1" |
7 | 7 | aria-label="{{ trans('entities.pages_pointer_label') }}" |
8 | 8 | class="pointer-container"> |
9 | | - <div class="pointer flex-container-row items-center justify-space-between gap-xs p-xs anim {{ userCan('page-update', $page) ? 'is-page-editable' : ''}}" > |
10 | | - <div refs="pointer@mode-section" class="flex-container-row items-center gap-xs"> |
| 9 | + <div class="pointer flex-container-row items-center justify-space-between gap-xs p-xs anim" > |
| 10 | + <div refs="pointer@mode-section" class="flex flex-container-row items-center gap-xs"> |
11 | 11 | <button refs="pointer@mode-toggle" |
12 | 12 | title="{{ trans('entities.pages_pointer_toggle_link') }}" |
13 | 13 | class="text-button icon px-xs">@icon('link')</button> |
14 | | - <div class="input-group"> |
| 14 | + <div class="input-group flex flex-container-row items-center"> |
15 | 15 | <input refs="pointer@link-input" aria-label="{{ trans('entities.pages_pointer_permalink') }}" readonly="readonly" type="text" id="pointer-url" placeholder="url"> |
16 | 16 | <button refs="pointer@link-button" class="button outline icon px-xs" type="button" title="{{ trans('entities.pages_copy_link') }}">@icon('copy')</button> |
17 | 17 | </div> |
18 | 18 | </div> |
19 | | - <div refs="pointer@mode-section" hidden class="flex-container-row items-center gap-s"> |
| 19 | + <div refs="pointer@mode-section" hidden class="flex flex-container-row items-center gap-xs"> |
20 | 20 | <button refs="pointer@mode-toggle" |
21 | 21 | title="{{ trans('entities.pages_pointer_toggle_include') }}" |
22 | 22 | class="text-button icon px-xs">@icon('include')</button> |
23 | | - <div class="input-group"> |
| 23 | + <div class="input-group flex flex-container-row items-center"> |
24 | 24 | <input refs="pointer@include-input" aria-label="{{ trans('entities.pages_pointer_include_tag') }}" readonly="readonly" type="text" id="pointer-include" placeholder="include"> |
25 | 25 | <button refs="pointer@include-button" class="button outline icon px-xs" type="button" title="{{ trans('entities.pages_copy_link') }}">@icon('copy')</button> |
26 | 26 | </div> |
|
0 commit comments