mirror of
https://github.com/wassname/talk.git
synced 2026-08-14 12:50:17 +08:00
15 lines
181 B
CSS
15 lines
181 B
CSS
.Reply {
|
|
position: relative;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.Comment {
|
|
margin-bottom: 15px;
|
|
position: relative;
|
|
}
|
|
|
|
.pendingComment {
|
|
filter: blur(2px);
|
|
pointer-events: none;
|
|
}
|