mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-03-10 20:41:04 +00:00
fix block max-height
This commit is contained in:
parent
33c4f980d1
commit
355edf1063
@ -248,8 +248,8 @@
|
||||
transition: max-height .2s;
|
||||
}
|
||||
|
||||
*:hover > .max-height-parent-hover-640 {
|
||||
max-height: 640px;
|
||||
*:hover > .max-height-parent-hover-840 {
|
||||
max-height: 840px;
|
||||
transition: max-height .2s;
|
||||
}
|
||||
|
||||
|
@ -306,7 +306,7 @@ echo '<?xml version="1.0" encoding="UTF-8"?>' . PHP_EOL ?>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<?php if ($magnet->metaDescription) { ?>
|
||||
<div class="margin-y-8 max-height-220 max-height-parent-hover-640"><?php echo $magnet->metaDescription ?></div>
|
||||
<div class="margin-y-8 max-height-220 max-height-parent-hover-840"><?php echo $magnet->metaDescription ?></div>
|
||||
<?php } ?>
|
||||
<?php if ($magnet->keywords) { ?>
|
||||
<div class="margin-y-8">
|
||||
|
Loading…
x
Reference in New Issue
Block a user