refactor: style
This commit is contained in:
parent
fe0ac5c4b0
commit
1716d86467
1 changed files with 5 additions and 3 deletions
|
|
@ -185,7 +185,6 @@ onMounted(async () => {
|
||||||
left: -18px;
|
left: -18px;
|
||||||
background-color: var(--surface-1);
|
background-color: var(--surface-1);
|
||||||
"
|
"
|
||||||
class="bordered"
|
|
||||||
>
|
>
|
||||||
<q-btn
|
<q-btn
|
||||||
flat
|
flat
|
||||||
|
|
@ -210,18 +209,21 @@ onMounted(async () => {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div
|
<div
|
||||||
class="surface-3 rounded q-pb-lg scroll column"
|
class="surface-0 q-pb-lg scroll column"
|
||||||
style="height: 100vh; flex-wrap: nowrap"
|
style="height: 100vh; flex-wrap: nowrap"
|
||||||
>
|
>
|
||||||
<!-- header -->
|
<!-- header -->
|
||||||
<div
|
<div
|
||||||
class="q-px-lg row items-center justify-between q-pb-md surface-3 q-pt-lg"
|
class="q-px-lg surface-0 row items-center justify-between q-pb-md q-pt-lg"
|
||||||
style="position: sticky; top: 0; z-index: 8"
|
style="position: sticky; top: 0; z-index: 8"
|
||||||
>
|
>
|
||||||
<div class="column">
|
<div class="column">
|
||||||
<span
|
<span
|
||||||
class="text-weight-bold"
|
class="text-weight-bold"
|
||||||
:class="{ 'text-h6': $q.screen.gt.xs }"
|
:class="{ 'text-h6': $q.screen.gt.xs }"
|
||||||
|
:style="{
|
||||||
|
filter: `brightness(${$q.dark.isActive ? '2' : '1'})`,
|
||||||
|
}"
|
||||||
>
|
>
|
||||||
{{
|
{{
|
||||||
utilsStore.currentTitle?.title
|
utilsStore.currentTitle?.title
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue