mirror of
https://github.com/plexguide/Huntarr.io.git
synced 2026-04-21 07:56:52 -04:00
35 lines
1.0 KiB
HTML
35 lines
1.0 KiB
HTML
<section id="lidarrSection" class="content-section">
|
|
<link rel="stylesheet" href="./static/css/instance-editor.css?v=1.0.2">
|
|
<div class="content-boundary-inner">
|
|
{% from 'components/page_header_partial.html' import page_header %}
|
|
{{ page_header(back_href='./#apps', parent_icon='fas fa-th-large', parent_name='Apps', current_name='Lidarr', sponsor_section_id='lidarr') }}
|
|
<div id="lidarrApps" class="app-content-panel"></div>
|
|
</div>
|
|
</section>
|
|
|
|
<style>
|
|
/* Lidarr Section - Full Page Layout */
|
|
#lidarrSection {
|
|
display: none;
|
|
width: 100%;
|
|
height: 100vh;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
padding: 0 20px 20px 20px;
|
|
margin: 0;
|
|
}
|
|
|
|
#lidarrSection.active {
|
|
display: block;
|
|
}
|
|
|
|
/* App content panel - match other pages (no extra horizontal padding) */
|
|
#lidarrApps {
|
|
width: 100%;
|
|
padding: 8px 0 20px 0;
|
|
margin: 0;
|
|
background-color: transparent;
|
|
box-shadow: none;
|
|
border: none;
|
|
}
|
|
</style> |