🎨 fix card design

This commit is contained in:
kawamataryo 2023-08-30 11:55:16 +09:00
parent 297f248833
commit 3ee31be415

View File

@ -13,7 +13,7 @@
.bsky-user-content-wrapper .match-type {
color: var(--bsky-primary-color);
padding: 2px 14px 2px 14px;
font-size: 10px;
font-size: 12px;
font-weight: bold;
width: fit-content;
display: flex;
@ -83,6 +83,7 @@
color: #ccc;
}
.bsky-user-content .content .description {
margin-top: 5px;
font-size: 14px;
word-break: break-all;
}