Skip to content

Commit

Permalink
feat: text editor: mobile: better button position
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiyad committed Aug 27, 2023
1 parent 1d80014 commit 63c7905
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion desk/src/components/TextEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
<template #bottom>
<div class="flex flex-col gap-2">
<slot name="bottom-top" />
<div class="flex justify-between">
<div
class="flex flex-col space-y-1.5 overflow-auto sm:flex-row sm:justify-between"
>
<div class="flex items-center gap-1">
<TextEditorFixedMenu :buttons="fixedMenu" />
<slot name="bottom-left" />
Expand Down

0 comments on commit 63c7905

Please sign in to comment.