mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-20 20:58:51 +00:00
improve formatting and text in chat area before use has agreed to accept guidelines
This commit is contained in:
parent
c68a061c0d
commit
367ce13ce3
2 changed files with 5 additions and 3 deletions
|
|
@ -13,8 +13,10 @@
|
|||
margin-bottom: 0.618em
|
||||
line-height: 1.618em
|
||||
|
||||
.guidelines-not-accepted
|
||||
border: 1px solid black
|
||||
.guidelines-not-accepted p
|
||||
border: 1px solid #ccc
|
||||
padding: 1em;
|
||||
margin-bottom: 0.5em;
|
||||
|
||||
.chat-controls
|
||||
> div
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
div.chat-form.guidelines-not-accepted(ng-if='!user.flags.communityGuidelinesAccepted')
|
||||
p If you would like to post messages in the Tavern or any party or guild chat, please read our
|
||||
p If you would like to post messages in the Tavern or any party or guild chat, please first read our
|
||||
|
|
||||
a(target='_blank', href='/static/community-guidelines')=env.t('communityGuidelines')
|
||||
| and then click the button below to indicate that you accept them.
|
||||
|
|
|
|||
Loading…
Reference in a new issue