Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
spylogsster committed Feb 17, 2023
1 parent 0f4501d commit e55e091
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ function TreeList (props: Props) {
}

export default TreeList

Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ export const Box = styled.div`
right: 0;
left: 0;
z-index: 2;
display: flex;
flex-direction: column;
`

export const HeaderBox = styled.section`
Expand Down
4 changes: 2 additions & 2 deletions components/brave_shields/resources/panel/container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function Container () {

if (viewType === ViewType.ScriptsList && detailView) {
return (
<div>
<Box>
<TreeList
resourcesList={resourceBlockedList}
type={ResourceType.Script}
Expand All @@ -72,7 +72,7 @@ function Container () {
totalCount={resourceAllowedList.length}
totalTitle={getLocale('braveShieldsBlockedScriptsLabel')}
/>
</div>)
</Box>)

}

Expand Down

0 comments on commit e55e091

Please sign in to comment.