mirror of
https://github.com/wassname/talk.git
synced 2026-06-29 08:15:54 +08:00
24 lines
283 B
CSS
24 lines
283 B
CSS
.ignoredUser {
|
|
display: table-row;
|
|
}
|
|
|
|
.ignoredUserList {
|
|
display: table;
|
|
}
|
|
|
|
.ignoredUser > * {
|
|
display: table-cell;
|
|
}
|
|
|
|
.stopListening {
|
|
color: #D0011B;
|
|
}
|
|
|
|
.link {
|
|
text-decoration: underline;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.stopListening:before {
|
|
content: '\00a0\00a0\00a0\00a0';
|
|
} |