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
3
@@ -397,12 +397,13 @@ export default {
<div class="zen-backdrop">
<slot name="textarea"></slot>
<a
class="zen-control zen-control-leave js-zen-leave gl-text-gray-500"
v-gl-tooltip.placement.left
+6
class="zen-control zen-control-leave js-zen-leave gl-button btn-default-tertiary btn-icon btn-sm !gl-right-3 !gl-top-3 !gl-leading-0 sm:!gl-p-3 sm:!gl-text-base"
href="#"
:aria-label="__('Leave zen mode')"
>
<gl-icon :size="16" name="minimize" />
</a>
:title="__('Exit full screen')"
:aria-label="__('Exit full screen')"
><gl-icon variant="subtle" :size="24" name="minimize"
/></a>
<markdown-toolbar
:markdown-docs-path="markdownDocsPath"
:can-attach-file="canAttachFile"
Loading