mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
fix(css): fix cog icon size on media detail pages (#1520)
This commit is contained in:
@@ -329,7 +329,7 @@ const SettingsLogs: React.FC = () => {
|
||||
onClick={() => setActiveLog(row)}
|
||||
className="mr-2"
|
||||
>
|
||||
<DocumentSearchIcon />
|
||||
<DocumentSearchIcon className="icon-md" />
|
||||
</Button>
|
||||
)}
|
||||
<Button
|
||||
@@ -337,7 +337,7 @@ const SettingsLogs: React.FC = () => {
|
||||
buttonSize="sm"
|
||||
onClick={() => copyLogString(row)}
|
||||
>
|
||||
<ClipboardCopyIcon />
|
||||
<ClipboardCopyIcon className="icon-md" />
|
||||
</Button>
|
||||
</Table.TD>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user