Skip to content
Snippets Groups Projects

Improvements to markdown "Exit full screen" button

Merged Chad Lavimoniere requested to merge 20240911-clavimoniere-markdown-fullscreen-exit into master
All threads resolved!
Files
5
@@ -397,12 +397,13 @@ export default {
@@ -397,12 +397,13 @@ export default {
<div class="zen-backdrop">
<div class="zen-backdrop">
<slot name="textarea"></slot>
<slot name="textarea"></slot>
<a
<a
class="zen-control zen-control-leave js-zen-leave gl-text-gray-500"
v-gl-tooltip.placement.left
 
class="zen-control zen-control-leave js-zen-leave gl-button btn-default-tertiary btn-icon btn-sm"
href="#"
href="#"
:aria-label="__('Leave zen mode')"
:title="__('Exit full screen')"
>
:aria-label="__('Exit full screen')"
<gl-icon :size="16" name="minimize" />
><gl-icon variant="subtle" :size="24" name="minimize"
</a>
/></a>
<markdown-toolbar
<markdown-toolbar
:markdown-docs-path="markdownDocsPath"
:markdown-docs-path="markdownDocsPath"
:can-attach-file="canAttachFile"
:can-attach-file="canAttachFile"
Loading