mirror of
https://github.com/twisterarmy/theme_nin.git
synced 2025-09-08 04:02:00 +00:00
add signaling and appending of new replies with mentions for expanded posts
This commit is contained in:
parent
b6464d25a9
commit
bb23ef34d9
@ -2020,6 +2020,20 @@ button.light:hover, a.button.light:hover {
|
|||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post .new-replies-available {
|
||||||
|
text-align: center;
|
||||||
|
margin-top: 8px;
|
||||||
|
}
|
||||||
|
.post .new-replies-available button {
|
||||||
|
background: #A1B775;
|
||||||
|
border-color: #96ae64;
|
||||||
|
color: white;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
.post .new-replies-available button:hover {
|
||||||
|
border-color: #687b40;
|
||||||
|
}
|
||||||
|
|
||||||
.avatar-row {
|
.avatar-row {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
}
|
}
|
||||||
|
@ -330,6 +330,13 @@
|
|||||||
height: 20px
|
height: 20px
|
||||||
+border-radius(3px)
|
+border-radius(3px)
|
||||||
|
|
||||||
|
.post
|
||||||
|
.new-replies-available
|
||||||
|
text-align: center
|
||||||
|
margin-top: 8px
|
||||||
|
button
|
||||||
|
@include button-color-basic
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user