mirror of
https://github.com/hpware/news-analyze.git
synced 2025-07-18 00:19:05 +00:00
Add better translating screens & made the sources have min sizes. Like
why havn't added that yet???
This commit is contained in:
parent
885303b565
commit
44fec99dbe
6 changed files with 56 additions and 7 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue