chore(Notifications): reduce padding on lg

This commit is contained in:
Benjamin Canac
2022-05-08 17:08:04 +02:00
parent 5031610d05
commit 6c2f93f262

View File

@@ -1,9 +1,6 @@
<template>
<div class="fixed bottom-0 right-0 flex flex-col justify-end w-full z-[55] sm:w-96">
<div
v-if="notifications.length"
class="px-4 py-6 space-y-3 overflow-y-auto sm:px-6 lg:px-8"
>
<div v-if="notifications.length" class="px-4 py-6 space-y-3 overflow-y-auto sm:px-6">
<div
v-for="(notification, index) of notifications"
v-show="index === notifications.length - 1"