Compare commits
4 Commits
main
...
6cfaae17f9
Author | SHA1 | Date | |
---|---|---|---|
6cfaae17f9 | |||
5cec530052 | |||
e5e2936986 | |||
400a490a46 |
@ -390,10 +390,24 @@ html body #main-outlet {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
// User directory (people)
|
||||
|
||||
.users-directory {
|
||||
.directory-controls {
|
||||
justify-content: right !important;
|
||||
}
|
||||
|
||||
.period-controls {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
// User Card (profile)
|
||||
|
||||
.user-card .badge-section {
|
||||
display: none;
|
||||
.user-card {
|
||||
.badge-section,
|
||||
.metadata-row {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// Category List
|
||||
@ -685,6 +699,7 @@ html body #main-outlet {
|
||||
.become-editor-link {
|
||||
display: none;
|
||||
margin: -40px auto 30px auto;
|
||||
padding-left: 3em;
|
||||
max-width: 1000px;
|
||||
|
||||
a {
|
||||
|
@ -22,8 +22,8 @@
|
||||
<div class="second-group">
|
||||
<h3>Housing</h3>
|
||||
<ul>
|
||||
<li><a href="https://orcas.community/housing/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_for-rent">For Rent</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>
|
||||
</ul>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user