rename toot-components to toots

This commit is contained in:
thislight 2024-11-20 16:26:05 +08:00
parent 737d63f88a
commit 6313827b1e
No known key found for this signature in database
GPG key ID: FCFE5192241CCD4E
7 changed files with 4 additions and 4 deletions

View file

@ -1,33 +0,0 @@
.TootContent {
composes: cardNoPad from "../material/cards.module.css";
margin-left: calc(var(--card-pad, 0) + var(--toot-avatar-size, 0) + 8px);
margin-right: var(--card-pad, 0);
line-height: 1.5;
> .content {
display: contents;
}
& * {
user-select: text;
}
& a {
color: var(--tutu-color-primary-d);
}
& a[target="_blank"] {
word-break: break-all;
>.invisible {
display: none;
}
>.ellipsis {
&::after {
display: inline;
content: "...";
}
}
}
}