mirror of
https://github.com/wassname/talk.git
synced 2026-07-30 12:40:41 +08:00
Adding a slot to push like into featured comments 😎
This commit is contained in:
@@ -13,6 +13,13 @@
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.featuredComment .repliesIcon {
|
||||
font-size: 16px;
|
||||
vertical-align: middle;
|
||||
line-height: 13px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.featuredComment .goToIcon {
|
||||
font-size: 16px;
|
||||
vertical-align: middle;
|
||||
@@ -41,3 +48,15 @@
|
||||
.featuredComment .quote:after {
|
||||
content: close-quote;
|
||||
}
|
||||
|
||||
.footer {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.reactionsContainer, .actionsContainer {
|
||||
flex: auto;
|
||||
}
|
||||
|
||||
.actionsContainer {
|
||||
text-align: right;
|
||||
}
|
||||
Reference in New Issue
Block a user