mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-08-21 10:33:37 +00:00
🎨
This commit is contained in:
parent
8baf54e629
commit
49f1f7194d
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
||||||
v-for="id in ids"
|
v-for="id in ids"
|
||||||
:ref="id"
|
:ref="id"
|
||||||
:key="id"
|
:key="id"
|
||||||
:class="$style.column"
|
:class="[$style.column, { '_shadow': withWallpaper }]"
|
||||||
:column="columns.find(c => c.id === id)!"
|
:column="columns.find(c => c.id === id)!"
|
||||||
:isStacked="ids.length > 1"
|
:isStacked="ids.length > 1"
|
||||||
@headerWheel="onWheel"
|
@headerWheel="onWheel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue