mirror of
https://github.com/wassname/talk.git
synced 2026-07-13 02:44:50 +08:00
26 lines
321 B
CSS
26 lines
321 B
CSS
.Reply {
|
|
position: relative;
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.Comment {
|
|
margin-bottom: 15px;
|
|
position: relative;
|
|
}
|
|
|
|
.pendingComment {
|
|
filter: blur(2px);
|
|
pointer-events: none;
|
|
}
|
|
|
|
.topRightMenu {
|
|
float: right;
|
|
text-align: right;
|
|
cursor: pointer;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.topRightMenu > * {
|
|
text-align: initial;
|
|
}
|