mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 00:29:18 +08:00
19 lines
256 B
SCSS
19 lines
256 B
SCSS
#topic-title {
|
|
|
|
.title-wrapper {float: left; width: 90%;}
|
|
|
|
a.badge-category {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
h1 {
|
|
a.edit-topic {
|
|
font-size: 17px;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
position: relative;
|
|
}
|
|
}
|
|
|
|
}
|