mirror of
https://github.com/plexguide/Huntarr.io.git
synced 2026-04-20 04:36:51 -04:00
35 lines
1.0 KiB
HTML
35 lines
1.0 KiB
HTML
<section id="radarrSection" 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='Radarr', sponsor_section_id='radarr') }}
|
|
<div id="radarrApps" class="app-content-panel"></div>
|
|
</div>
|
|
</section>
|
|
|
|
<style>
|
|
/* Radarr Section - Full Page Layout */
|
|
#radarrSection {
|
|
display: none;
|
|
width: 100%;
|
|
height: 100vh;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
padding: 0 20px 20px 20px;
|
|
margin: 0;
|
|
}
|
|
|
|
#radarrSection.active {
|
|
display: block;
|
|
}
|
|
|
|
/* App content panel - match other pages (no extra horizontal padding) */
|
|
#radarrApps {
|
|
width: 100%;
|
|
padding: 8px 0 20px 0;
|
|
margin: 0;
|
|
background-color: transparent;
|
|
box-shadow: none;
|
|
border: none;
|
|
}
|
|
</style> |