From d4e009ea28f8a48ed7eba1aeae5ea011c45e6d41 Mon Sep 17 00:00:00 2001 From: teddit Date: Sun, 17 Jan 2021 21:37:46 +0100 Subject: [PATCH] fix #115 --- static/css/styles.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/static/css/styles.css b/static/css/styles.css index 287205f..cdf4fe2 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -377,6 +377,7 @@ footer a { } #links .link .entry .title a { font-size: 0.8rem; + overflow-wrap: anywhere; } #links .link .entry .title a:hover { text-decoration: none; @@ -1003,7 +1004,7 @@ footer a { float: left; font-size: smaller; padding-right: 15px; - width: auto; + width: calc(100% - 15px); } .subreddit-listing { margin: 8px 0px; @@ -1408,6 +1409,12 @@ code { padding-left: 20px; padding-right: 20px; } + #sidebar .content { + float: left; + font-size: smaller; + padding-right: 15px; + width: calc(100% - 60px); +} #search { margin-left: 20px; margin-top: 30px;