mirror of
https://github.com/wassname/talk.git
synced 2026-07-12 18:50:56 +08:00
13 lines
114 B
CSS
13 lines
114 B
CSS
.Reply {
|
|
position: relative;
|
|
}
|
|
|
|
.Comment {
|
|
|
|
}
|
|
|
|
.pendingComment {
|
|
filter: blur(2px);
|
|
pointer-events: none;
|
|
}
|