mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
remove unnecessary style; fix spacing in tavern message
This commit is contained in:
parent
a9fd364868
commit
8888ebf55a
2 changed files with 4 additions and 11 deletions
|
|
@ -1,12 +1,3 @@
|
|||
.community-guidelines
|
||||
position: fixed
|
||||
text-align: center
|
||||
top: 0
|
||||
left: 0
|
||||
width: 100%
|
||||
height: 0
|
||||
z-index: 1010
|
||||
|
||||
.new-stuff
|
||||
position: fixed
|
||||
text-align: center
|
||||
|
|
|
|||
|
|
@ -154,8 +154,10 @@
|
|||
{{mod.profile.name}}
|
||||
span(ng-class='userAdminGlyphiconStyle(mod)')
|
||||
p
|
||||
=env.t('communityGuidelinesRead1') + ' '
|
||||
a(ng-click='openModal("communityGuidelines")')=env.t('communityGuidelines') + ' '
|
||||
=env.t('communityGuidelinesRead1')
|
||||
|
|
||||
a(ng-click='openModal("communityGuidelines")')=env.t('communityGuidelines')
|
||||
|
|
||||
=env.t('communityGuidelinesRead2')
|
||||
|
||||
ul.list-unstyled.tavern-chat
|
||||
|
|
|
|||
Loading…
Reference in a new issue