mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:02:24 +08:00
27 lines
294 B
SCSS
27 lines
294 B
SCSS
#topic-title {
|
|
|
|
.title-wrapper {
|
|
float: left;
|
|
width: 90%;
|
|
.btn-small {
|
|
margin: 0 6px 0 0;
|
|
}
|
|
}
|
|
|
|
a.badge-category {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
a.edit-topic i { font-size: 0.8em; }
|
|
}
|
|
|
|
.topic-title-outlet {
|
|
clear: both;
|
|
}
|
|
|
|
.topic-body {
|
|
sup sup {
|
|
top: 0;
|
|
}
|
|
}
|