mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
clean up some embed CSS oddities
This commit is contained in:
parent
a7b994160a
commit
a53b6d1d1b
@ -8,6 +8,10 @@
|
|||||||
article.post {
|
article.post {
|
||||||
border-bottom: 1px solid #ddd;
|
border-bottom: 1px solid #ddd;
|
||||||
|
|
||||||
|
img.avatar {
|
||||||
|
border-radius: 50%;
|
||||||
|
}
|
||||||
|
|
||||||
&.deleted {
|
&.deleted {
|
||||||
background-color: #ffe5e5;
|
background-color: #ffe5e5;
|
||||||
}
|
}
|
||||||
@ -141,3 +145,12 @@ footer {
|
|||||||
|
|
||||||
// load onebox CSS at the end
|
// load onebox CSS at the end
|
||||||
@import "./common/base/onebox";
|
@import "./common/base/onebox";
|
||||||
|
|
||||||
|
// we apparently use bottom margins on paras in the embed CSS, leading to weirdness
|
||||||
|
// which we will now clean up
|
||||||
|
aside.onebox {
|
||||||
|
margin-bottom: 20px;
|
||||||
|
p {
|
||||||
|
margin-bottom: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user