summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorColin Reeder <colin@vpzom.click>2020-07-13 20:24:38 -0600
committerColin Reeder <colin@vpzom.click>2020-07-13 20:24:38 -0600
commitaaa2e14d4f0eaebe5896edfcd4212f8b464f9924 (patch)
treeff2f66f7be9d9976faa4d36525376328f3435d7e /res
parentd4949e7eddcf38f59fa79dbb906450c1930aba2c (diff)
Rearrange community page layout
Diffstat (limited to 'res')
-rw-r--r--res/main.css15
1 files changed, 15 insertions, 0 deletions
diff --git a/res/main.css b/res/main.css
index 208e8c0..7a32928 100644
--- a/res/main.css
+++ b/res/main.css
@@ -36,3 +36,18 @@ body {
margin-top: .5em;
margin-bottom: .5em;
}
+
+.communitySidebar {
+ float: right;
+ width: 300px;
+}
+
+.communitySidebar > h2 {
+ margin-bottom: 0;
+}
+
+@media (max-width: 768px) {
+ .communitySidebar {
+ display: none; /* TODO still show this somewhere */
+ }
+}