mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
clean up styling for theme name in editor
This commit is contained in:
@@ -205,7 +205,7 @@ function ThemeCreator() {
|
|||||||
}} className="absolute inset-0 z-10 w-full h-full opacity-0 cursor-pointer" />
|
}} className="absolute inset-0 z-10 w-full h-full opacity-0 cursor-pointer" />
|
||||||
{
|
{
|
||||||
!theme.hideThemeName && theme.coverImage ?
|
!theme.hideThemeName && theme.coverImage ?
|
||||||
<div className="absolute z-30">{theme.name}</div> : <></>
|
<div className="absolute z-30 transition-opacity opacity-100 pointer-events-none group-hover:opacity-0">{theme.name}</div> : <></>
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
theme.coverImage &&
|
theme.coverImage &&
|
||||||
|
|||||||
Reference in New Issue
Block a user