mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-08-14 23:57:27 +00:00
Be the programmer your linter thinks you are
This commit is contained in:
parent
3a5fe4780b
commit
13d16f83b9
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
<span
|
||||
v-if="error > 0"
|
||||
v-t="{ path: 'player.failed', args: [error] }"
|
||||
class="absolute top-8 bg-black/80 backdrop-blur-sm p-2 text-lg rounded"
|
||||
class="absolute top-8 rounded bg-black/80 p-2 text-lg backdrop-blur-sm"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue