mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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 {
|
.post-notice {
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
&.old {
|
||||||
|
border-top: none;
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user