Condense view horizontally and fix settings item spacings

This commit is contained in:
Johannes Zellner
2025-09-19 18:43:41 +02:00
parent 9bdbd49de0
commit 1d49af144c
20 changed files with 60 additions and 36 deletions

View File

@@ -157,7 +157,7 @@ onUnmounted(() => {
</script>
<template>
<div class="content" style="height: 100%; overflow: hidden; display: flex; flex-direction: column;">
<div class="content-large" style="height: 100%; overflow: hidden; display: flex; flex-direction: column;">
<!-- cant use Section component as we need control over vertical scrolling -->
<div class="section" style="overflow: hidden; display: flex; flex-direction: column;">
<h1 class="section-header">
@@ -168,7 +168,7 @@ onUnmounted(() => {
<Button tool secondary @click="onRefresh()" :loading="refreshBusy" icon="fa-solid fa-sync-alt" />
</div>
</h1>
<div class="section-body" style="overflow: auto; padding-top: 0" @scroll="onScroll">
<div class="section-body" style="overflow: auto; padding-top: 10px" @scroll="onScroll">
<table class="eventlog-table">
<thead>
<tr>