90 room finder responsive

This commit is contained in:
survellow
2023-12-07 23:33:17 +01:00
parent 9f0f4ff204
commit dc7ae86a74
2 changed files with 21 additions and 8 deletions

View File

@@ -54,7 +54,7 @@ rooms().then(
<div
:class="
[selectedRoom.name === ''?
['opacity-0', 'pointer-events-none'] :
['opacity-0', 'pointer-events-none', 'h-1rem', 'overflow-hidden'] :
['opacity-100', 'transition-all', 'transition-duration-500', 'transition-ease-in-out']
,
'w-full', 'lg:w-8']"