summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2019-10-18 08:04:31 +0200
committerYorhel <git@yorhel.nl>2019-10-18 08:04:31 +0200
commitdd380abadbe06174219c731668832549594f601e (patch)
treec480a57d2eeafcf1bde6d83354fc182a1d5e4ceb /data
parent1df228d75cc37824e44aaee9321654e0db073ddd (diff)
CSS: Increase space in forums for long username
Diffstat (limited to 'data')
-rw-r--r--data/style.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/style.css b/data/style.css
index 2655c85b..b15cea69 100644
--- a/data/style.css
+++ b/data/style.css
@@ -329,7 +329,7 @@ div.history td.tc4 b { margin-left: 10px }
#maincontent div.thread { padding: 0; }
div.thread table { width: 100%; table-layout: fixed }
div.thread td { border-bottom: 1px solid $border$; }
-div.thread td.tc1 { width: 150px; padding: 5px 10px; border-right: 1px solid $border$; }
+div.thread td.tc1 { width: 170px; padding: 5px 10px; border-right: 1px solid $border$; }
div.thread td.tc2 { padding: 10px 20px 10px 10px; }
div.thread tr.deleted td { padding: 1px 10px; }
div.thread i.deleted { font-style: normal; color: $grayedout$; }