no message

This commit is contained in:
A1300399510 2024-11-14 12:30:07 +08:00
parent 0a8d4e3002
commit ab54dbef0b
2 changed files with 4 additions and 0 deletions

View File

@ -175,6 +175,8 @@
} }
.content .side .item.pitch:first-of-type { .content .side .item.pitch:first-of-type {
border-top: none; border-top: none;
border-radius: 12px 0 0 0;
overflow: hidden;
} }
.content .side .item.pitch::after { .content .side .item.pitch::after {
content: ""; content: "";

View File

@ -179,6 +179,8 @@
&.pitch { &.pitch {
&:first-of-type { &:first-of-type {
border-top: none; border-top: none;
border-radius: 12px 0 0 0;
overflow: hidden;
} }
width: 101%; width: 101%;
background-color: rgba(251, 251, 251, 1); background-color: rgba(251, 251, 251, 1);