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
|
@ -80,7 +80,7 @@ onMounted(async () => {
|
|||
</div>
|
||||
<div class="flex flex-row flex-wrap justify-center gap-2">
|
||||
<div
|
||||
class="flex flex-col group bg-gray-900/30 rounded-xl p-3 transition-all shadow-lg hover:translate-y-[-2px] ransition-all duration-500 max-w-1/2"
|
||||
class="flex flex-col group bg-gray-900/30 rounded-xl p-3 transition-all shadow-lg hover:translate-y-[-2px] ransition-all duration-500 max-w-1/2 min-w-1/3"
|
||||
v-for="item in source?.data"
|
||||
:key="item.id"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue