mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-09-11 22:02:13 +00:00
collapse long post description, show on hover
This commit is contained in:
parent
3aecc84880
commit
cc955e0286
@ -203,12 +203,23 @@
|
|||||||
|
|
||||||
.opacity-hover-1:hover {
|
.opacity-hover-1:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition: opacity .2s ease-in-out;
|
transition: opacity .2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
*:hover > .parent-hover-opacity-09 {
|
*:hover > .parent-hover-opacity-09 {
|
||||||
opacity: .9;
|
opacity: .9;
|
||||||
transition: opacity .2s ease-in-out;
|
transition: opacity .2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
.max-height-220 {
|
||||||
|
max-height: 220px;
|
||||||
|
overflow: hidden;
|
||||||
|
transition: max-height .2s;
|
||||||
|
}
|
||||||
|
|
||||||
|
*:hover > .max-height-parent-hover-640 {
|
||||||
|
max-height: 640px;
|
||||||
|
transition: max-height .2s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.blur-2 {
|
.blur-2 {
|
||||||
|
@ -307,7 +307,7 @@ echo '<?xml version="1.0" encoding="UTF-8"?>' . PHP_EOL ?>
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
</div>
|
||||||
<?php if ($magnet->metaDescription) { ?>
|
<?php if ($magnet->metaDescription) { ?>
|
||||||
<div class="margin-y-8"><?php echo $magnet->metaDescription ?></div>
|
<div class="margin-y-8 max-height-220 max-height-parent-hover-640"><?php echo $magnet->metaDescription ?></div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<?php if ($magnet->keywords) { ?>
|
<?php if ($magnet->keywords) { ?>
|
||||||
<div class="margin-y-8">
|
<div class="margin-y-8">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user