From 3123da15bf59e866e3f7d65bee3585c85c61fe97 Mon Sep 17 00:00:00 2001 From: citrons Date: Wed, 23 Jun 2021 06:10:12 +0000 Subject: minor UI improvement --- apioforum/static/style.css | 5 +++-- 1 file 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) { -- cgit v1.2.3