fix(plugins): fix many bugs (in-app-menu, album-color-theme, blur-nav-bar)

This commit is contained in:
Su-Yong
2024-02-06 02:02:08 +09:00
parent ddb9968195
commit bb39481666
4 changed files with 28 additions and 6 deletions

View File

@ -4,6 +4,8 @@ import { css } from 'solid-styled-components';
import { cache } from '@/providers/decorators';
const iconButton = cache(() => css`
-webkit-app-region: none;
background: transparent;
width: 24px;