forked from tpd94/CDRM-Project
		
	Fix borders / navbar
This commit is contained in:
		
							parent
							
								
									57413e8e08
								
							
						
					
					
						commit
						51877cf56e
					
				@ -30,5 +30,5 @@
 | 
			
		||||
 - Extract CDRM-Project 2.0 git contents into the newly created `CDRM-Project` folder  
 | 
			
		||||
 - Install python dependencies `pip install -r requirements.txt`  
 | 
			
		||||
 - (Optional) Create the folder structure `/configs/CDMs/WV` and place your .WVD file into `/configs/CDMs/WV`  
 | 
			
		||||
 - (Optional) Create the folder structur `/config/CDMs/PR` and place your .PRD file into `/configs/CDMs/PR`  
 | 
			
		||||
 - (Optional) Create the folder structure `/config/CDMs/PR` and place your .PRD file into `/configs/CDMs/PR`  
 | 
			
		||||
 - Run the application with `python main.py`
 | 
			
		||||
 | 
			
		||||
@ -16,7 +16,7 @@ function App() {
 | 
			
		||||
      {/* The SideMenu should be visible when isMenuOpen is true */}
 | 
			
		||||
      <SideMenu isMenuOpen={isMenuOpen} setIsMenuOpen={setIsMenuOpen} />
 | 
			
		||||
 | 
			
		||||
      <div id="navbarcontainer" className="hidden lg:flex lg:w-2xs bg-gray-950/55 border-r border-white/5 0">
 | 
			
		||||
      <div id="navbarcontainer" className="hidden lg:flex lg:w-2xs bg-gray-950/55 border-r border-white/5 shrink-0">
 | 
			
		||||
        <NavBar />
 | 
			
		||||
      </div>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -104,7 +104,7 @@ print(requests.post(
 | 
			
		||||
        </details>
 | 
			
		||||
        <details open className='w-full list-none mt-5'>
 | 
			
		||||
            <summary className='text-2xl'>PyWidevine RemoteCDM info</summary>
 | 
			
		||||
            <div className='mt-5 border-2 border-indigo-500 p-5 rounded-lg overflow-x-auto'>
 | 
			
		||||
            <div className='mt-5 border-2 border-indigo-500/50 p-5 rounded-lg overflow-x-auto'>
 | 
			
		||||
                <p>
 | 
			
		||||
                    <strong>Device Type:</strong> '{deviceInfo.device_type}'<br />
 | 
			
		||||
                    <strong>System ID:</strong> {deviceInfo.system_id}<br />
 | 
			
		||||
@ -117,7 +117,7 @@ print(requests.post(
 | 
			
		||||
        </details>
 | 
			
		||||
        <details open className='w-full list-none mt-5'>
 | 
			
		||||
            <summary className='text-2xl'>PyPlayready RemoteCDM info</summary>
 | 
			
		||||
            <div className='mt-5 border-2 border-indigo-500 p-5 rounded-lg overflow-x-auto'>
 | 
			
		||||
            <div className='mt-5 border-2 border-indigo-500/50 p-5 rounded-lg overflow-x-auto'>
 | 
			
		||||
                <p>
 | 
			
		||||
                    <strong>Security Level:</strong> {prDeviceInfo.security_level}<br />
 | 
			
		||||
                    <strong>Host:</strong> {fullHost}/remotecdm/playready<br />
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user