mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-03-31 17:15:38 +00:00
fix class name
This commit is contained in:
parent
f07a28f721
commit
c81e0decd2
2 changed files with 3 additions and 3 deletions
|
|
@ -264,7 +264,7 @@ echo '<?xml version="1.0" encoding="UTF-8"?>' . PHP_EOL ?>
|
|||
border-radius-3
|
||||
background-color-night
|
||||
<?php echo !$magnet->public || !$magnet->approved ? 'opacity-06 opacity-hover-1' : false ?>">
|
||||
<div class="<?php echo $magnet->sensitive ? 'bloor-2 bloor-hover-0' : false ?>">
|
||||
<div class="<?php echo $magnet->sensitive ? 'blur-2 blur-hover-0' : false ?>">
|
||||
<h2 class="margin-b-8"><?php echo $magnet->metaTitle ?></h2>
|
||||
<div class="float-right opacity-0 parent-hover-opacity-09">
|
||||
<?php if (!$magnet->public) { ?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue