"...git@developer.sourcefind.cn:chenpangpang/open-webui.git" did not exist on "b27b035caadfae7aefd2d9656549b2785daa3030"
Commit bfdefbf6 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: archived chats modal styling

parent 302c5074
...@@ -75,7 +75,7 @@ ...@@ -75,7 +75,7 @@
> >
<tr> <tr>
<th scope="col" class="px-3 py-2"> {$i18n.t('Name')} </th> <th scope="col" class="px-3 py-2"> {$i18n.t('Name')} </th>
<th scope="col" class="px-3 py-2"> {$i18n.t('Created At')} </th> <th scope="col" class="px-3 py-2 hidden md:flex"> {$i18n.t('Created At')} </th>
<th scope="col" class="px-3 py-2 text-right" /> <th scope="col" class="px-3 py-2 text-right" />
</tr> </tr>
</thead> </thead>
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
</a> </a>
</td> </td>
<td class=" px-3 py-1"> <td class=" px-3 py-1 hidden md:flex">
{dayjs(chat.created_at * 1000).format($i18n.t('MMMM DD, YYYY HH:mm'))} {dayjs(chat.created_at * 1000).format($i18n.t('MMMM DD, YYYY HH:mm'))}
</td> </td>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment