2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Merge pull request #5610 from discourse/pm-tags

FEATURE: Allow staffs to tag PMs
This commit is contained in:
Guo Xiang Tan 2018-02-23 07:07:41 +08:00 committed by GitHub
commit dd26bbe868
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
33 changed files with 279 additions and 158 deletions

View file

@ -189,7 +189,7 @@
.category-input {
display: flex;
flex: 1 0 35%;
margin: 0 0 5px 10px;
margin: 0 5px 5px 10px;
@media screen and (max-width: 955px) {
flex: 1 0 100%;
margin-left: 0;
@ -223,7 +223,7 @@
.mini-tag-chooser {
flex: 1 1 25%;
margin: 0 0 5px 5px;
margin: 0 0 5px 0;
background: $secondary;
@media all and (max-width: 900px) {
margin: 0;

View file

@ -122,6 +122,10 @@ a.badge-category {
}
}
.archetype-private_message #topic-title .edit-topic-title .tag-chooser {
margin-left: 19px;
}
.private_message {
#topic-title {
.edit-topic-title {