DEV: Add profile-hidden selector to user page for styling

This commit is contained in:
Jeff Wong 2020-08-12 09:47:21 -07:00
parent 9525d3506b
commit 70d4420c8e

View File

@ -1,5 +1,5 @@
{{plugin-outlet name="above-user-profile" tagName="" args=(hash model=model)}}
<div class="container {{if viewingSelf "viewing-self"}}">
<div class="container {{if viewingSelf "viewing-self"}} {{if model.profile_hidden "profile-hidden"}}">
{{#d-section class="user-main"}}
<section class="{{if collapsedInfo "collapsed-info"}} about {{if hasProfileBackgroundUrl "has-background" "no-background"}}" >
{{#unless collapsedInfo}}