fixed mobile view
This commit is contained in:
parent
a3283a8f0a
commit
3ac71de95e
3 changed files with 11 additions and 10 deletions
|
@ -156,10 +156,6 @@
|
||||||
</div> <!-- CMMC STAFF CONTAINER END -->
|
</div> <!-- CMMC STAFF CONTAINER END -->
|
||||||
|
|
||||||
|
|
||||||
<h3>Moderators:</h3>
|
|
||||||
|
|
||||||
<i>none</i>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
<h2 id="register">Rules</h2>
|
<h2 id="register">Rules</h2>
|
||||||
|
|
||||||
<h3>Network rules</h3>
|
<h3>Network rules</h3>
|
||||||
<ol>
|
<ol class="rules">
|
||||||
<li>Do not disrupt or compromise the Drgnz Club services with any malicious intent.</li>
|
<li>Do not disrupt or compromise the Drgnz Club services with any malicious intent.</li>
|
||||||
<li>Be mindful of how you use the network services, do not do anything that might lower the performance, reliability or safety of
|
<li>Be mindful of how you use the network services, do not do anything that might lower the performance, reliability or safety of
|
||||||
the services.</li>
|
the services.</li>
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
</ol>
|
</ol>
|
||||||
<br>
|
<br>
|
||||||
<h3>Community rules</h3>
|
<h3>Community rules</h3>
|
||||||
<ol>
|
<ol class="rules">
|
||||||
<li>Harrassing and bullying are not welcomed here.</li>
|
<li>Harrassing and bullying are not welcomed here.</li>
|
||||||
<li>Discrimination against race, gender, religion or nationality is not allowed. </li>
|
<li>Discrimination against race, gender, religion or nationality is not allowed. </li>
|
||||||
<li>Treat others with respect and kindness.</li>
|
<li>Treat others with respect and kindness.</li>
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
<br>
|
<br>
|
||||||
<h3>Community chat rules</h3>
|
<h3>Community chat rules</h3>
|
||||||
<p>Applies to community Matrix chat.</p>
|
<p>Applies to community Matrix chat.</p>
|
||||||
<ol>
|
<ol class="rules">
|
||||||
<li>Avoid discussing political topics that might spark conflict in the chat. If you really want to discuss politics, there is <a href="https://matrix.to/#/#gnulag:drgnz.club">#gnulag:drgnz.club</a></li>
|
<li>Avoid discussing political topics that might spark conflict in the chat. If you really want to discuss politics, there is <a href="https://matrix.to/#/#gnulag:drgnz.club">#gnulag:drgnz.club</a></li>
|
||||||
<li>Related to the rule above, do not evangelize any political ideology that you currently prefer.</li>
|
<li>Related to the rule above, do not evangelize any political ideology that you currently prefer.</li>
|
||||||
<li>Do not cuss excessively or use any ethnic slurs.</li>
|
<li>Do not cuss excessively or use any ethnic slurs.</li>
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
<br>
|
<br>
|
||||||
<h3>Content rules</h3>
|
<h3>Content rules</h3>
|
||||||
<p>Applies to services such as Fediverse and Peertube.</p>
|
<p>Applies to services such as Fediverse and Peertube.</p>
|
||||||
<ol>
|
<ol class="rules">
|
||||||
<li>Do not post content that is illegal in the geographical location of the server (currently Czech Republic).</li>
|
<li>Do not post content that is illegal in the geographical location of the server (currently Czech Republic).</li>
|
||||||
<li>Mark NSFW content with proper tagging, make sure it is blurred by default.</li>
|
<li>Mark NSFW content with proper tagging, make sure it is blurred by default.</li>
|
||||||
<li>Do not post disturbing imagery or text like gore.</li>
|
<li>Do not post disturbing imagery or text like gore.</li>
|
||||||
|
|
|
@ -152,6 +152,10 @@ a {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.rules li {
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
background-color: var(--background3);
|
background-color: var(--background3);
|
||||||
margin-top: 100px;
|
margin-top: 100px;
|
||||||
|
@ -213,11 +217,12 @@ only screen and (max-width:1000px) {
|
||||||
|
|
||||||
.cmm-content {
|
.cmm-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cmm-sidebar {
|
.cmm-sidebar {
|
||||||
|
margin-left: 0px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-left: -3%;
|
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue