Skip to content

Commit

Permalink
[coc-card] moweb print style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
masquevil committed Feb 20, 2024
1 parent 2b8c61d commit 7abe347
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/views/COCCardSections/PaperBack.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defineProps<Props>();
Special Thanks 听枫馆·枫笛(北京)
</div>
<div class="inspiration-item inspiration">
Inspired By 沉世TRPG(上海) 猫爷TRPG(网络) 人格解体(网络)
Inspired By 猫爷TRPG 人格解体
</div>
<div class="inspiration-item copyright">
「克苏鲁的呼唤」7版人物卡 Copyright 侠小然
Expand All @@ -54,7 +54,6 @@ defineProps<Props>();
display: flex;
align-items: flex-end;
color: #888;
/* font-size: 0.88em; */
line-height: 1;
}
.inspiration-item {
Expand All @@ -65,13 +64,16 @@ defineProps<Props>();
transform-origin: left bottom;
}
.special-thanks {
flex: 3 3 0;
flex: 3 0 0;
}
.inspiration {
flex: 5 5 0;
flex: 3 0 0;
text-align: right;
transform-origin: center bottom;
}
.copyright {
flex: 4 4 0;
flex: 4 0 0;
text-align: right;
transform-origin: right bottom;
}
</style>
Expand Down

0 comments on commit 7abe347

Please sign in to comment.