fix(web): view button alignment in irc settings (#1011)

fix view button alignment in irc settings
This commit is contained in:
martylukyy 2023-07-15 19:37:04 +02:00 committed by GitHub
parent fb4652f9cf
commit 2358ea143e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -416,7 +416,7 @@ const ChannelItem = ({ network, channel }: ChannelItemProps) => {
{IsEmptyDate(channel.last_announce)}
</span>
</div>
<div className="col-span-1 flex items-center">
<div className="col-span-1 flex items-center justify-end">
<button className="hover:text-gray-500 px-2 py-1 dark:bg-gray-800 rounded dark:border-gray-900">
{viewChannel ? "Hide" : "View"}
</button>