Merge remote-tracking branch 'parent/main' into kb_development

This commit is contained in:
KMY 2023-10-03 20:42:23 +09:00
commit 9e91c1e653
51 changed files with 334 additions and 250 deletions

View file

@ -8658,6 +8658,9 @@ noscript {
flex: 1 1 auto;
display: flex;
flex-direction: column;
background: $ui-base-color;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.story {
@ -9388,6 +9391,10 @@ noscript {
color: $dark-text-color;
margin-bottom: 20px;
.version {
white-space: nowrap;
}
strong {
font-weight: 500;
}