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