Merge branch 'master' of git-ssh.isekai.cn:hyperzlib/IsekaiWidgets

master
落雨楓 1 year ago
commit b461fda149

@ -25,7 +25,6 @@
.card-content { .card-content {
height: @height; height: @height;
overflow-y: auto; overflow-y: auto;
border-top: 1px solid #ccc;
padding: 0 0.6rem; padding: 0 0.6rem;
margin: 0 0.4rem; margin: 0 0.4rem;
font-size: @text-size; font-size: @text-size;

@ -78,7 +78,11 @@
} }
.card-title { .card-title {
margin: 0.75rem 0 0.75rem 1rem; padding: 0.75rem 0.8rem 0.2rem 0.8rem;
font-size: 1.25rem;
font-weight: 500;
border-bottom: 1px solid #ccc;
box-sizing: border-box;
} }
.card-body { .card-body {
@ -91,6 +95,10 @@
padding: 0; padding: 0;
} }
.card-content {
padding: 0.8rem;
}
@media(max-width: 360px) { @media(max-width: 360px) {
.card-header-text { .card-header-text {
font-size: 1rem; font-size: 1rem;

@ -1,4 +1,4 @@
@feed-list-height: 23.8rem; @feed-list-height: 23.3rem;
@feed-list-height-mobile: 70vh; @feed-list-height-mobile: 70vh;
.isekai-feed-list-card > .card-header { .isekai-feed-list-card > .card-header {

Loading…
Cancel
Save