Add better translating screens & made the sources have min sizes. Like

why havn't added that yet???
This commit is contained in:
yuanhau 2025-07-02 20:41:29 +08:00
parent 885303b565
commit 44fec99dbe
6 changed files with 56 additions and 7 deletions

View file

@ -125,12 +125,13 @@ const stopDrag = () => {
>
<LanguagesIcon />
</button>
<button
<!-- TODO !!!-->
<!--<button
@click="emit('min')"
class="p-1 hover:bg-gray-300 dark:hover:bg-gray-600 rounded transition duration-200"
>
<MinusIcon />
</button>
</button>-->
<button
@click="emit('close')"
class="p-1 rounded bg-red-500 text-white hover:bg-red-600 transition duration-200"