mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
fix(web): view button alignment in irc settings (#1011)
fix view button alignment in irc settings
This commit is contained in:
parent
fb4652f9cf
commit
2358ea143e
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ const ChannelItem = ({ network, channel }: ChannelItemProps) => {
|
||||||
{IsEmptyDate(channel.last_announce)}
|
{IsEmptyDate(channel.last_announce)}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</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">
|
<button className="hover:text-gray-500 px-2 py-1 dark:bg-gray-800 rounded dark:border-gray-900">
|
||||||
{viewChannel ? "Hide" : "View"}
|
{viewChannel ? "Hide" : "View"}
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue