FEATURE: bilibili embedded video

This commit is contained in:
FarseaSH 2022-06-05 17:43:24 +08:00
parent 8d5ac2c8dc
commit 4a238a7927
2 changed files with 33 additions and 0 deletions

View file

@ -250,6 +250,22 @@ p{
}
}
.bilibili-video {
position: relative;
max-width: 85%;
height: 0;
padding-bottom: 45%;
margin-bottom: 10px;
iframe {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
}
}
// for the note info
.moment-note{
display: flex;