Another bunch of styling fixes

This commit is contained in:
2022-03-22 23:02:47 +01:00
parent 8246d3668c
commit a2f6857d20
20 changed files with 111 additions and 109 deletions

View File

@@ -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}

View File

@@ -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}>