mirror of
https://github.com/idanoo/autobrr
synced 2025-07-22 16:29:12 +00:00
fix(web): irc view mobile optimizations (#1714)
* fix(web): out of bound options menu in IRC settings on mobile * fix(web): menu width * refactor(web): simplify css
This commit is contained in:
parent
00b5728b4a
commit
080274e4da
1 changed files with 2 additions and 1 deletions
|
@ -789,7 +789,8 @@ const IRCLogsDropdown = () => {
|
|||
leaveTo="transform opacity-0 scale-95"
|
||||
>
|
||||
<MenuItems
|
||||
className="absolute z-10 right-0 mt-2 px-3 py-2 bg-white dark:bg-gray-825 divide-y divide-gray-200 dark:divide-gray-750 rounded-md shadow-lg border border-gray-750 focus:outline-none"
|
||||
anchor={{ to: 'bottom end', padding: '8px' }} // padding: '8px' === m-2
|
||||
className="absolute z-10 mt-2 px-3 py-2 bg-white dark:bg-gray-825 divide-y divide-gray-200 dark:divide-gray-750 rounded-md shadow-lg border border-gray-750 focus:outline-none"
|
||||
>
|
||||
<MenuItem>
|
||||
{() => (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue