mirror of
https://github.com/discourse/discourse.git
synced 2025-03-20 00:15:38 +08:00
Revert "UX: bigger title font on local oneboxed topic"
This reverts commit e492ed64ecb8289b003f126add80b9b7b1b3f2ba.
This commit is contained in:
parent
4cdd1e2e24
commit
125d9b5d2e
@ -321,8 +321,3 @@ aside.onebox.stackexchange .onebox-body img {
|
||||
max-height: 60%;
|
||||
max-width: 10%;
|
||||
}
|
||||
|
||||
// local onebox topic title
|
||||
aside.quote .title .local-onebox-title {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div class='title'>
|
||||
<div class='quote-controls'></div>
|
||||
{{{avatar}}}
|
||||
<a class='local-onebox-title' href="{{original_url}}">{{{title}}}</a> {{{category_html}}}
|
||||
<a href="{{original_url}}">{{{title}}}</a> {{{category_html}}}
|
||||
</div>
|
||||
<blockquote>{{{quote}}}
|
||||
<div class='topic-info'>
|
||||
|
Loading…
x
Reference in New Issue
Block a user