Skip to content

Commit

Permalink
feat: make settings mica as well (#1455)
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone committed Apr 20, 2024
1 parent 4fda5b0 commit 2db598f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/components/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1791,7 +1791,7 @@ export function InnerSettings({
style={{
paddingTop: utils.isBrowserExtensionOptions() ? undefined : '136px',
paddingBottom: utils.isBrowserExtensionOptions() ? undefined : '32px',
background: theme.colors.backgroundPrimary,
background: isDesktopApp ? 'transparent' : theme.colors.backgroundPrimary,
minWidth: isDesktopApp ? 450 : 400,
maxHeight: utils.isUserscript() ? 'calc(100vh - 32px)' : undefined,
overflow: utils.isUserscript() ? 'auto' : undefined,
Expand Down

0 comments on commit 2db598f

Please sign in to comment.