fdsfsda
This commit is contained in:
@@ -252,6 +252,60 @@
|
||||
<small class="text-muted" style="margin-left: 25px;">{{ t('settings.enable_bg_blur_hint') }}</small>
|
||||
</div>
|
||||
|
||||
<div class="setting-item" style="margin-top: 15px; padding-left: 25px;">
|
||||
<div style="display: flex; align-items: center; justify-content: space-between; max-width: 380px;">
|
||||
<label for="onara_bg_opacity_slider" style="font-size: 0.9em; margin-bottom: 0; font-weight: bold;">Onara Backdrop Darkness</label>
|
||||
<span id="onara_bg_opacity_val" style="font-size: 0.85em; opacity: 0.8;">84%</span>
|
||||
</div>
|
||||
<input type="range" id="onara_bg_opacity_slider" min="0" max="1" step="0.01" value="0.84" style="max-width: 380px; width: 100%; margin-top: 4px;">
|
||||
<small class="text-muted" style="display: block;">Overlay darkness in Onara mode (lower values allow background canvas to shine through).</small>
|
||||
</div>
|
||||
|
||||
<div class="setting-item" style="margin-top: 15px; padding-left: 25px;">
|
||||
<div style="display: flex; align-items: center; justify-content: space-between; max-width: 380px;">
|
||||
<label for="onara_backdrop_blur_slider" style="font-size: 0.9em; margin-bottom: 0; font-weight: bold;">Onara Backdrop Blur</label>
|
||||
<span id="onara_backdrop_blur_val" style="font-size: 0.85em; opacity: 0.8;">5px</span>
|
||||
</div>
|
||||
<input type="range" id="onara_backdrop_blur_slider" min="0" max="50" step="1" value="5" style="max-width: 380px; width: 100%; margin-top: 4px;">
|
||||
<small class="text-muted" style="display: block;">Backdrop blur applied behind the Onara media modal.</small>
|
||||
</div>
|
||||
|
||||
<div class="setting-item" style="margin-top: 15px; padding-left: 25px;">
|
||||
<div style="display: flex; align-items: center; justify-content: space-between; max-width: 380px;">
|
||||
<label for="onara_grid_dim_slider" style="font-size: 0.9em; margin-bottom: 0; font-weight: bold;">Onara Background Grid Opacity</label>
|
||||
<span id="onara_grid_dim_val" style="font-size: 0.85em; opacity: 0.8;">15%</span>
|
||||
</div>
|
||||
<input type="range" id="onara_grid_dim_slider" min="0" max="1" step="0.01" value="0.15" style="max-width: 380px; width: 100%; margin-top: 4px;">
|
||||
<small class="text-muted" style="display: block;">Control how clearly the background thumbnail grid shines through over the ambient canvas in Onara mode.</small>
|
||||
</div>
|
||||
|
||||
<div class="setting-item" style="margin-top: 15px; padding-left: 25px;">
|
||||
<div style="display: flex; align-items: center; justify-content: space-between; max-width: 380px;">
|
||||
<label for="bg_canvas_opacity_slider" style="font-size: 0.9em; margin-bottom: 0; font-weight: bold;">Background Canvas Opacity</label>
|
||||
<span id="bg_canvas_opacity_val" style="font-size: 0.85em; opacity: 0.8;">100%</span>
|
||||
</div>
|
||||
<input type="range" id="bg_canvas_opacity_slider" min="0" max="1" step="0.01" value="1.00" style="max-width: 380px; width: 100%; margin-top: 4px;">
|
||||
<small class="text-muted" style="display: block;">Control the visibility and brightness of the ambient background canvas & audio visualizer.</small>
|
||||
</div>
|
||||
|
||||
<div class="setting-item" style="margin-top: 15px; padding-left: 25px;">
|
||||
<div style="display: flex; align-items: center; justify-content: space-between; max-width: 380px;">
|
||||
<label for="bg_canvas_blur_slider" style="font-size: 0.9em; margin-bottom: 0; font-weight: bold;">Background Canvas Blur</label>
|
||||
<span id="bg_canvas_blur_val" style="font-size: 0.85em; opacity: 0.8;">300px</span>
|
||||
</div>
|
||||
<input type="range" id="bg_canvas_blur_slider" min="0" max="300" step="1" value="300" style="max-width: 380px; width: 100%; margin-top: 4px;">
|
||||
<small class="text-muted" style="display: block;">Adjust the ambient blur of the background canvas (higher values create a soft, dreamy ambient glow).</small>
|
||||
</div>
|
||||
|
||||
<div class="setting-item" style="margin-top: 15px; padding-left: 25px;">
|
||||
<div style="display: flex; align-items: center; justify-content: space-between; max-width: 380px;">
|
||||
<label for="bg_canvas_brightness_slider" style="font-size: 0.9em; margin-bottom: 0; font-weight: bold;">Background Brightness Boost</label>
|
||||
<span id="bg_canvas_brightness_val" style="font-size: 0.85em; opacity: 0.8;">100%</span>
|
||||
</div>
|
||||
<input type="range" id="bg_canvas_brightness_slider" min="0.5" max="2.5" step="0.05" value="1.00" style="max-width: 380px; width: 100%; margin-top: 4px;">
|
||||
<small class="text-muted" style="display: block;">Boost background canvas brightness so visuals pop through clearly.</small>
|
||||
</div>
|
||||
|
||||
<div class="setting-item" style="margin-top: 15px;">
|
||||
<label for="show_motd_toggle" style="cursor: pointer; display: flex; align-items: center; gap: 10px;">
|
||||
<input type="checkbox" id="show_motd_toggle" @if(session.show_motd !==false) checked @endif>
|
||||
|
||||
Reference in New Issue
Block a user