Skip to content
Extraits de code Groupes Projets

Fix/121 user list responsiveness

Tous les fils de conversation ont été résolus !
Fusionnées Dave a demandé de fusionner fix/121-user-list-responsiveness vers dev
Tous les fils de conversation ont été résolus !
1 fichier
+ 3
3
Comparer les modifications
  • Côte à côte
  • En ligne
Brieuc Dubois
Dernier commentaire posté par Dave
@@ -18,7 +18,7 @@
<div class="h-full flex flex-col lg:flex-row pt-2 lg:pt-0 bg-gray-50 relative">
<button
class="absolute top-4 right-4 bg-yellow-500 text-white px-2 py-1 rounded-md shadow-md
class="absolute top-4 right-4 bg-yellow-500 text-white px-2 py-1 rounded-md shadow-md
hover:bg-yellow-600 transition focus:outline-none text-sm lg:hidden"
onclick={toggleParticipants}
>
@@ -26,8 +26,8 @@
</button>
<div
class="group w-full max-w-md bg-white border rounded-lg shadow-md p-6 mx-4 my-2 h-fit text-base
lg:text-lg transition-all duration-300 ease-in-out
class="group w-full max-w-md bg-white border rounded-lg shadow-md p-6 mx-4 my-2 h-fit text-base
lg:text-lg transition-all duration-300 ease-in-out
hidden lg:block data-[open=true]:block"
data-open={showParticipants}
>
Chargement en cours