0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2025-01-06 23:51:13 +00:00

Merge pull request #88 from PickleNik/main

Regular PR name
This commit is contained in:
Kenny 2022-03-17 22:37:40 -04:00 committed by GitHub
commit 7d8d83e047
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -28,10 +28,10 @@
</v-card>
<div style="height: calc(100vh - 8rem); margin-top: 4rem; background: linear-gradient(var(--v-accent-base) 0%, var(--v-accent2-base) 100%)">
<div style="height: calc(100% - 1rem); margin-top: 1rem; padding-top: 3rem; background: linear-gradient(var(--v-accent-base) 0%, var(--v-accent2-base) 100%); border-radius: 1rem;">
<div
class="background scroll-y"
style="padding: 0;"
style="padding: 0; height: calc(100vh - 8rem); overflow-x: hidedn;"
:style="{
borderRadius: roblox ? '0rem' : '1rem'
}"

View file

@ -1,5 +1,5 @@
<template>
<div>
<div class="py-1">
<center v-if="videos.length == 0">
<v-skeleton-loader type="card-avatar, article, actions" />