summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorcitrons <citrons>2021-06-23 06:11:02 +0000
committercitrons <citrons>2021-06-23 06:11:02 +0000
commit47f78d820a3b31929c146a9952136c4ca9f39ce2 (patch)
tree8de5181e8067076f244d4ecfa25f2fb5de64d2cf
parent8b0b4bcca3343d49fe34d5d0f3261483a5239245 (diff)
parent3123da15bf59e866e3f7d65bee3585c85c61fe97 (diff)
merge again
-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 86611f6..b456e26 100644
--- a/apioforum/static/style.css
+++ b/apioforum/static/style.css
@@ -104,7 +104,6 @@ nav#navbar .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#navbar .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) {