mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 19:34:09 +08:00
57b89a2c7f
* Allow plugins to work with only autoloaded assets. * Give a plugin outlet a class name based on its name if no view class * Give the `topic-title` outlet a default class of `clear: both`
15 lines
191 B
SCSS
15 lines
191 B
SCSS
#topic-title {
|
|
|
|
.title-wrapper {float: left; width: 90%;}
|
|
|
|
a.badge-category {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
a.edit-topic i { font-size: 0.8em; }
|
|
}
|
|
|
|
.topic-title-outlet {
|
|
clear: both;
|
|
}
|