summaryrefslogtreecommitdiffhomepage
path: root/apioforum/static
diff options
context:
space:
mode:
authorubq323 <ubq323>2021-06-12 20:40:06 +0000
committerubq323 <ubq323>2021-06-12 20:40:06 +0000
commitcf811d3e057c8f75142d3462e282de67cd70f3d2 (patch)
tree09b07204da5731974fabff38577f7f5487586fe2 /apioforum/static
parent5c768d7f130b1cf297bccaa72ee463903958ebde (diff)
properly build, and add fuzzy timestamps to view forum page
Diffstat (limited to 'apioforum/static')
-rw-r--r--apioforum/static/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/apioforum/static/style.css b/apioforum/static/style.css
index 2ec7d20..d66a639 100644
--- a/apioforum/static/style.css
+++ b/apioforum/static/style.css
@@ -55,15 +55,19 @@ nav a { color: blue; text-decoration: none }
.threadlisting:nth-child(odd) { background-color: #ddd }
.threadlisting { display: flex; flex-flow: row wrap; text-align: center }
-.threadlisting-part { flex: 1 0px; display: table-cell; vertical-align: middle; }
+.threadlisting-part { flex: 1 0px; display: table-cell; vertical-align: middle; padding: 3px}
.threadlisting-part-title { flex: 3 0px }
+.threadlisting-header { font-weight: bold }
@media all and (max-width: 800px) {
.threadlisting-part-title { flex: 2 100%; }
.threadlisting { margin-bottom: 5px; }
}
-.threadlisting-part-id { flex: 0.4 0px; }
+@media all and (min-width: 1200px) {
+ .threadlisting { width: 1200px }
+}
+.threadlisting-part-id { flex: 0.4 0px; }
.threadlisting-part { border: 1px solid black }
.actionbutton::before {