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:
commit
dd26bbe868
33 changed files with 279 additions and 158 deletions
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue