Big cleanup for styling

This commit is contained in:
2025-02-12 16:41:22 -05:00
parent 574c0e1dc6
commit a1c8d34332
6 changed files with 58 additions and 127 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="rounded-full relative bg-red"
<div class="rounded-full relative"
@mouseenter="showTint = isCurrentCreator"
@mouseleave="showTint = false"
@click="isCurrentCreator && openBannerEditor()"