mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 20:43:19 +08:00
UX: Remove extra border on old mobile post notices
This commit is contained in:
parent
828cdf3fea
commit
88a46981a8
|
@ -478,4 +478,8 @@ span.highlighted {
|
|||
|
||||
.post-notice {
|
||||
margin-bottom: 1em;
|
||||
&.old {
|
||||
border-top: none;
|
||||
padding-top: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user