Compare commits
4 Commits
6cfaae17f9
...
82d7141b0a
Author | SHA1 | Date | |
---|---|---|---|
82d7141b0a | |||
d8d0a2aad1 | |||
1c5036d5a2 | |||
252f1082d8 |
@ -390,10 +390,25 @@ html body #main-outlet {
|
|||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// User directory (people)
|
||||||
|
|
||||||
|
.users-directory {
|
||||||
|
.directory-controls {
|
||||||
|
justify-content: right !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.period-controls {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// User Card (profile)
|
// User Card (profile)
|
||||||
|
|
||||||
.user-card .badge-section {
|
.user-card {
|
||||||
display: none;
|
.badge-section,
|
||||||
|
.metadata-row {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Category List
|
// Category List
|
||||||
@ -685,6 +700,7 @@ html body #main-outlet {
|
|||||||
.become-editor-link {
|
.become-editor-link {
|
||||||
display: none;
|
display: none;
|
||||||
margin: -40px auto 30px auto;
|
margin: -40px auto 30px auto;
|
||||||
|
padding-left: 3em;
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
@ -22,8 +22,8 @@
|
|||||||
<div class="second-group">
|
<div class="second-group">
|
||||||
<h3>Housing</h3>
|
<h3>Housing</h3>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="https://orcas.community/housing/for-rent">For Rent</a></li>
|
<li><a href="https://orcas.community/housing?filters=basic_for-rent">For Rent</a></li>
|
||||||
<li><a href="https://orcas.community/housing/request">Requests</a> </li>
|
<li><a href="https://orcas.community/housing?filters=basic_request">Requests</a> </li>
|
||||||
<li><a href="https://orcas.community/housing/new">New Post</a> </li>
|
<li><a href="https://orcas.community/housing/new">New Post</a> </li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user