1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-07 23:03:36 +02:00

fix: supporter badge (#18357)

This commit is contained in:
Daniel Dietzler
2025-05-18 20:26:24 +02:00
committed by GitHub
parent 56156b97e7
commit adb17c4d58

View File

@ -19,6 +19,8 @@
</div>
<style lang="postcss">
@reference "tailwindcss";
.supporter-effect::after {
@apply absolute inset-0 rounded-lg opacity-0 transition-opacity content-[''];
}