When a requested element from the sidebar is selected this is where the detailed info is displayed. Now it is possible to change the status of a item by using the dropdown. This is where piratesearch also gets the query name through props.

This commit is contained in:
2017-12-02 12:17:00 +01:00
parent fd0a2c9d50
commit 45db534681
2 changed files with 105 additions and 49 deletions

View File

@@ -0,0 +1,11 @@
export default = {
wrapper: {
width: '100%',
},
headerWrapper: {
width: '100%',
},
poster: {
minHeight: '450px',
},
}