rename class

This commit is contained in:
Yorick Bosman 2022-02-16 15:24:36 +01:00
parent e930a5639e
commit b772d5af05
No known key found for this signature in database
GPG key ID: 897BE31A59E048CE

View file

@ -1,5 +1,5 @@
<template>
<div v-if="channel.data.length === 0" class="empty-list">Your ignorelist is empty.</div>
<div v-if="channel.data.length === 0" class="empty-ignore-list">Your ignorelist is empty.</div>
<table v-else class="ignore-list">
<thead>
<tr>
@ -17,7 +17,7 @@
</template>
<style scoped>
.empty-list {
.empty-ignore-list {
padding: 0 0.5rem;
}
</style>