mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 21:03:43 +08:00
UX: add onebox favicon styling in email
This commit is contained in:
parent
37948838be
commit
a5e58e7afa
|
@ -113,6 +113,7 @@ module Email
|
||||||
|
|
||||||
# Oneboxes
|
# Oneboxes
|
||||||
style('aside.onebox', "border: 5px solid #e9e9e9; padding: 12px 25px 12px 12px;")
|
style('aside.onebox', "border: 5px solid #e9e9e9; padding: 12px 25px 12px 12px;")
|
||||||
|
style('aside.onebox header img.site-icon', "width: 16px; height: 16px; margin-right: 3px;")
|
||||||
style('aside.onebox header a[href]', "color: #222222; text-decoration: none;")
|
style('aside.onebox header a[href]', "color: #222222; text-decoration: none;")
|
||||||
style('aside.onebox .onebox-body', "clear: both")
|
style('aside.onebox .onebox-body', "clear: both")
|
||||||
style('aside.onebox .onebox-body img', "max-height: 80%; max-width: 20%; height: auto; float: left; margin-right: 10px;")
|
style('aside.onebox .onebox-body img', "max-height: 80%; max-width: 20%; height: auto; float: left; margin-right: 10px;")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user