Another bunch of styling fixes
This commit is contained in:
@@ -267,7 +267,7 @@ onMount(() => {
|
||||
Remove
|
||||
</button>
|
||||
{#if header_image_id}
|
||||
<div class="highlight_dark">
|
||||
<div class="highlight_shaded">
|
||||
<img class="banner_preview" src="/api/file/{header_image_id}" alt="Custom file viewer header"/>
|
||||
</div>
|
||||
{/if}
|
||||
@@ -288,7 +288,7 @@ onMount(() => {
|
||||
Remove
|
||||
</button>
|
||||
{#if background_image_id}
|
||||
<div class="highlight_dark">
|
||||
<div class="highlight_shaded">
|
||||
<img class="background_preview" src="/api/file/{background_image_id}" alt="Custom file viewer background"/>
|
||||
</div>
|
||||
{/if}
|
||||
@@ -307,7 +307,7 @@ onMount(() => {
|
||||
Remove
|
||||
</button>
|
||||
{#if footer_image_id}
|
||||
<div class="highlight_dark">
|
||||
<div class="highlight_shaded">
|
||||
<img class="banner_preview" src="/api/file/{footer_image_id}" alt="Custom file viewer footer"/>
|
||||
</div>
|
||||
{/if}
|
||||
|
@@ -251,7 +251,7 @@ onDestroy(() => {
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<div class="highlight_light">
|
||||
<div class="highlight_shaded">
|
||||
<button
|
||||
on:click={() => { update_graphs(1440, 1, true) }}
|
||||
class:button_highlight={graph_timespan == 1440}>
|
||||
|
Reference in New Issue
Block a user