mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Move ag-grid header margin to specific components
This commit is contained in:
parent
0f66687843
commit
02ed9b7a5c
3 changed files with 9 additions and 2 deletions
|
|
@ -39,6 +39,10 @@ const ContentContainer = styled.div`
|
||||||
.ag-theme-alpine-dark {
|
.ag-theme-alpine-dark {
|
||||||
--ag-header-background-color: rgba(0, 0, 0, 0%) !important;
|
--ag-header-background-color: rgba(0, 0, 0, 0%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ag-header {
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
interface AlbumDetailContentProps {
|
interface AlbumDetailContentProps {
|
||||||
|
|
|
||||||
|
|
@ -51,6 +51,10 @@ const ContentContainer = styled.div`
|
||||||
.ag-theme-alpine-dark {
|
.ag-theme-alpine-dark {
|
||||||
--ag-header-background-color: rgba(0, 0, 0, 0%) !important;
|
--ag-header-background-color: rgba(0, 0, 0, 0%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ag-header {
|
||||||
|
margin-bottom: 0.5rem;
|
||||||
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
interface PlaylistDetailContentProps {
|
interface PlaylistDetailContentProps {
|
||||||
|
|
|
||||||
|
|
@ -133,8 +133,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.ag-header {
|
.ag-header {
|
||||||
border-bottom: 1px solid var(--table-border-color);
|
border-bottom: 2px solid var(--table-border-color);
|
||||||
margin-bottom: 1rem;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ag-ltr .ag-header-cell-resize {
|
.ag-ltr .ag-header-cell-resize {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue