mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-04-04 14:56:58 +00:00
Implement theming in a better manner.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
<hr />
|
||||
|
||||
<div class="video-grid">
|
||||
<div v-for="video in videos" :key="video.url" :style="[{ background: backgroundColor }]">
|
||||
<div v-for="video in videos" :key="video.url">
|
||||
<VideoItem :video="video" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user