summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorcitrons <citrons>2021-06-23 06:10:12 +0000
committercitrons <citrons>2021-06-23 06:10:12 +0000
commit3123da15bf59e866e3f7d65bee3585c85c61fe97 (patch)
treeef689430a55f09b4e32560b7f31c406d89b7837c
parent118140566e1a26bdbd0ea3ab127bf9ec6f5af46b (diff)
minor UI improvement
-rw-r--r--apioforum/static/style.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/apioforum/static/style.css b/apioforum/static/style.css
index 5f193aa..da580bf 100644
--- a/apioforum/static/style.css
+++ b/apioforum/static/style.css
@@ -104,7 +104,6 @@ nav .links { display: flex; }
}
.thread-listing-title {
overflow: hidden;
- font-size: larger;
white-space: nowrap;
text-overflow: ellipsis;
flex-grow: 1;
@@ -137,7 +136,9 @@ nav .links { display: flex; }
.thread-preview-ts { font-weight: bold; }
/* wide screens */
-@media all and (min-width: 600px) { }
+@media all and (min-width: 600px) {
+ .thread-listing-title { font-size: larger; }
+}
/* small screens */
@media not all and (min-width: 600px) {