Skip to content

Commit 3a859ab

Browse files
authored
Tobi develop (#1367)
* Issue: Add organization logo and link to https://www.crisiscleanup.org/organization/profile on the dashboard so that volunteers can correct information or the logo. * Fix issues with image * Enhance Tailwind configuration and update Leaderboard component layout - Added new height values (192 to 264) to Tailwind configuration for improved responsiveness. - Refactored Leaderboard component to replace TitledCard with a custom layout, enhancing styling and structure. - Standardized height classes in PhoneOverlay component for consistent UI across views. * Refactor Chat component layout - Removed unnecessary height constraint from the Chat component's main div, improving layout flexibility.
1 parent 871d7a3 commit 3a859ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/chat/Chat.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div class="flex-1 p-2 sm:p-3 flex flex-col w-full h-full">
2+
<div class="flex-1 p-2 sm:p-3 flex flex-col w-full">
33
<div class="flex sm:items-center py-1 border-b border-gray-200">
44
<div class="text-lg">{{ chat.name }}</div>
55
</div>

0 commit comments

Comments
 (0)