Skip to content

Commit

Permalink
Merge pull request #272 from QiuWeimengChan/add-fluid-support
Browse files Browse the repository at this point in the history
close #271
  • Loading branch information
HCLonely authored Mar 28, 2023
2 parents 17d5473 + b376035 commit 73dabca
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions src/lib/templates/theme/fluid.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
.bangumi-tabs {
margin-bottom:15px;
margin-top:15px;
display: flex;
justify-content: center;
}

.bangumi-item {
position:relative;
clear:both;
padding:25px 0;
min-height:180px
}

.bangumi-meta {
font-size:12px;
margin-top:15px;
padding-right:10px;
height:45px
}

.bangumi-title {
display: flex;
justify-content: center;
font-size:18px
}

.bangumi-info-items {
font-size:12px;
padding-top:10px;
line-height:1;
display: flex;
width:100%;
justify-content: center;
}

.bangumi-comments {
font-size:12px;
margin-top:30px
}

.bangumi-picture {
position:absolute;
left:0;
top:15px;
width:110px
}

0 comments on commit 73dabca

Please sign in to comment.