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:
11
client/app/components/styles/adminRequestInfo.jsx
Normal file
11
client/app/components/styles/adminRequestInfo.jsx
Normal file
@@ -0,0 +1,11 @@
|
||||
export default = {
|
||||
wrapper: {
|
||||
width: '100%',
|
||||
},
|
||||
headerWrapper: {
|
||||
width: '100%',
|
||||
},
|
||||
poster: {
|
||||
minHeight: '450px',
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user