Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VitalikL committed May 11, 2024
1 parent 67cd3f2 commit 089e709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Browser.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div v-if="show && lowerThirds.length && lowerThirds[currentIterator] && lowerThirds[currentIterator].length" class="transition ease-in-out delay-150 duration-300 text-white text-4xl h-screen flex flex-col justify-end items-center">
<div v-if="show && lowerThirds.length && lowerThirds[currentIterator] && lowerThirds[currentIterator].length" class="transition ease-in-out delay-150 duration-300 text-white text-3xl h-screen flex flex-col justify-end items-center">
<div class="w-full flex items-center flex-col p-10">
<div v-for="(line, i) in lowerThirds[currentIterator]" class="transition-opacity">
<transition name="fade">
Expand Down

0 comments on commit 089e709

Please sign in to comment.