@@ -44,6 +44,9 @@
<td>{{user.threadCount}}</td>
</tr>
</table>
+ <div class='overlay_message' v-if='!users.length'>
+ No users found
+ </div>
</div>
</template>
@@ -157,5 +160,10 @@
padding: 0.75rem;
}
+
+ .overlay_message {
+ padding-top: 2rem;
+ padding-bottom: 1rem;
+ }
</style>