fix: remove extra top margin from notifications

This commit is contained in:
patak 2023-03-07 21:43:23 +01:00
parent 82d6b2ad29
commit 0f477236ac
2 changed files with 6 additions and 5 deletions

View file

@ -29,7 +29,7 @@ useCommands(() => command
</script>
<template>
<div flex w-full items-center lg:text-lg of-x-auto scrollbar-hide>
<div flex w-full items-center lg:text-lg of-x-auto scrollbar-hide border="b base">
<template
v-for="(option, index) in options"
:key="option?.name || index"