mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Remove box shadow from filter header
This commit is contained in:
@@ -234,14 +234,7 @@ export const AlbumListHeader = ({
|
|||||||
</Group>
|
</Group>
|
||||||
</Flex>
|
</Flex>
|
||||||
</PageHeader>
|
</PageHeader>
|
||||||
<Paper
|
<Paper p="1rem">
|
||||||
p="1rem"
|
|
||||||
shadow="xl"
|
|
||||||
sx={{
|
|
||||||
boxShadow: '1px 1px 10px 5px rgba(0, 0, 0, 0.3)',
|
|
||||||
zIndex: 100,
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<AlbumListHeaderFilters
|
<AlbumListHeaderFilters
|
||||||
customFilters={customFilters}
|
customFilters={customFilters}
|
||||||
gridRef={gridRef}
|
gridRef={gridRef}
|
||||||
|
|||||||
@@ -175,14 +175,7 @@ export const AlbumArtistListHeader = ({
|
|||||||
</Group>
|
</Group>
|
||||||
</Flex>
|
</Flex>
|
||||||
</PageHeader>
|
</PageHeader>
|
||||||
<Paper
|
<Paper p="1rem">
|
||||||
p="1rem"
|
|
||||||
shadow="xl"
|
|
||||||
sx={{
|
|
||||||
boxShadow: '1px 1px 10px 5px rgba(0, 0, 0, 0.3)',
|
|
||||||
zIndex: 100,
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<AlbumArtistListHeaderFilters
|
<AlbumArtistListHeaderFilters
|
||||||
gridRef={gridRef}
|
gridRef={gridRef}
|
||||||
tableRef={tableRef}
|
tableRef={tableRef}
|
||||||
|
|||||||
@@ -39,14 +39,7 @@ export const PlaylistListHeader = ({ itemCount, tableRef }: PlaylistListHeaderPr
|
|||||||
</LibraryHeaderBar>
|
</LibraryHeaderBar>
|
||||||
</Flex>
|
</Flex>
|
||||||
</PageHeader>
|
</PageHeader>
|
||||||
<Paper
|
<Paper p="1rem">
|
||||||
p="1rem"
|
|
||||||
shadow="xl"
|
|
||||||
sx={{
|
|
||||||
boxShadow: '1px 1px 10px 5px rgba(0, 0, 0, 0.3)',
|
|
||||||
zIndex: 100,
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<PlaylistListHeaderFilters tableRef={tableRef} />
|
<PlaylistListHeaderFilters tableRef={tableRef} />
|
||||||
</Paper>
|
</Paper>
|
||||||
</Stack>
|
</Stack>
|
||||||
|
|||||||
@@ -139,14 +139,7 @@ export const SongListHeader = ({
|
|||||||
</Group>
|
</Group>
|
||||||
</Flex>
|
</Flex>
|
||||||
</PageHeader>
|
</PageHeader>
|
||||||
<Paper
|
<Paper p="1rem">
|
||||||
p="1rem"
|
|
||||||
shadow="xl"
|
|
||||||
sx={{
|
|
||||||
boxShadow: '1px 1px 10px 5px rgba(0, 0, 0, 0.3)',
|
|
||||||
zIndex: 100,
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
<SongListHeaderFilters
|
<SongListHeaderFilters
|
||||||
customFilters={customFilters}
|
customFilters={customFilters}
|
||||||
itemCount={itemCount}
|
itemCount={itemCount}
|
||||||
|
|||||||
Reference in New Issue
Block a user