mirror of
https://github.com/the1812/Bilibili-Evolved.git
synced 2025-11-04 21:22:45 +08:00
12 lines
283 B
TypeScript
12 lines
283 B
TypeScript
const style = `
|
|
.card .main-content .expand-btn,
|
|
.card .main-content .content-ellipsis {
|
|
display: none !important;
|
|
}
|
|
.card .main-content .content-full{
|
|
display: block !important;
|
|
height: auto !important;
|
|
}
|
|
`
|
|
export default resources.toggleStyle(style, 'full-activity-content')
|