mirror of
https://github.com/ivabus/www
synced 2024-11-10 05:45:16 +03:00
Sneaky comment
This commit is contained in:
parent
ae56d82124
commit
3ae5799088
|
@ -763,54 +763,4 @@
|
|||
<hr>
|
||||
|
||||
|
||||
<style>
|
||||
|
||||
.twitter-card{
|
||||
border: 2px solid #1a1a1a;
|
||||
background-color: #33ffd9 !important;
|
||||
min-height: 466px;
|
||||
}
|
||||
.title-bar{
|
||||
height:30px;
|
||||
}
|
||||
.avatar{
|
||||
height: 24px;
|
||||
width: 24px;
|
||||
border-radius: 30px;
|
||||
background-color: gray;
|
||||
display: inline-block;
|
||||
}
|
||||
.test-name{
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
margin-left: 5px;
|
||||
}
|
||||
.top-bar i{
|
||||
position: relative;
|
||||
top: 2px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.js"></script>
|
||||
|
||||
<script>
|
||||
|
||||
var mySwiper = new Swiper ('.swiper-container', {
|
||||
spaceBetween: 10,
|
||||
freeMode: true,
|
||||
direction: 'horizontal',
|
||||
loop: true,
|
||||
pagination: {
|
||||
el: '.swiper-pagination',
|
||||
},
|
||||
navigation: {
|
||||
nextEl: '.swiper-button-next',
|
||||
prevEl: '.swiper-button-prev',
|
||||
},
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue