mirror of
https://github.com/pyrohost/pyrodactyl.git
synced 2026-04-06 04:01:58 +02:00
fix: sidebar 3 dots not appearing on safari
This commit is contained in:
@@ -128,7 +128,7 @@ const DashboardRouter = () => {
|
||||
</NavLink>
|
||||
<DropdownMenu>
|
||||
<DropdownMenuTrigger asChild>
|
||||
<button className='w-10 h-10 flex items-center justify-center rounded-md text-white hover:bg-[#ffffff11] p-2 cursor-pointer'>
|
||||
<button className='w-10 h-10 flex items-center justify-center rounded-md text-white hover:bg-white/10 p-2 cursor-pointer'>
|
||||
<svg
|
||||
xmlns='http://www.w3.org/2000/svg'
|
||||
width='16'
|
||||
|
||||
@@ -59,7 +59,7 @@ const DatabasesSidebarItem = React.forwardRef<HTMLAnchorElement, { id: string; o
|
||||
return (
|
||||
<Can action={'database.*'} matchAny>
|
||||
<NavLink
|
||||
className='flex flex-row items-center transition-colors duration-200 hover:bg-[#ffffff11] rounded-md'
|
||||
className='flex flex-row items-center transition-colors duration-200 hover:bg-white/10 rounded-md'
|
||||
ref={ref}
|
||||
to={`/server/${id}/databases`}
|
||||
onClick={onClick}
|
||||
|
||||
Reference in New Issue
Block a user