mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 13:06:56 +08:00
improve style a tiny bit
This commit is contained in:
@ -14,7 +14,7 @@
|
|||||||
{{unbound username}}
|
{{unbound username}}
|
||||||
</a>
|
</a>
|
||||||
{{#if controller.model.can_remove_allowed_users}}
|
{{#if controller.model.can_remove_allowed_users}}
|
||||||
<a class='remove-invited' {{action removeAllowedUser username}}>x</a>
|
<a class='remove-invited' {{action removeAllowedUser username}}><i class="icon-remove"></i></a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
@ -485,3 +485,7 @@ kbd {
|
|||||||
right: 180px;
|
right: 180px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.remove-invited .icon-remove {
|
||||||
|
font-size: 10px;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user