forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-10-21 02:39:58 +02:00
parent 5d61965782
commit f4b0cfc7c8
1 changed files with 9 additions and 6 deletions

View File

@ -40,20 +40,23 @@
z-index: 10; z-index: 10;
animation: train 5s linear infinite !important; animation: train 5s linear infinite !important;
} }
.trainrev {
animation: trainrev 3s linear infinite !important;
}
} }
@media (max-width: 768px) { @media (max-width: 768px) {
.train { .train {
position: fixed; position: fixed;
width: 50px; width: 50px;
z-index: 1; z-index: -1;
animation: train 5s linear infinite !important; animation: train 3s linear infinite !important;
}
.trainrev {
animation: trainrev 3s linear infinite !important;
} }
} }
.trainrev {
animation: trainrev 5s linear infinite !important;
}
</style> </style>
<img class="train" style="top:10%" src="/assets/images/emojis/marseytrain.webp"> <img class="train" style="top:10%" src="/assets/images/emojis/marseytrain.webp">
@ -448,7 +451,7 @@
</a> </a>
{% endif %} {% endif %}
{% endif %} {% endif %}
<div id="post-text"> <div id="post-text" style="z-index: -2">
{% if p.is_image %} {% if p.is_image %}
<div class="row no-gutters"> <div class="row no-gutters">
<div class="col"> <div class="col">