From 5004a4b49a3c36d3554e6036921bc432f4bf05fd Mon Sep 17 00:00:00 2001 From: kilo Date: Fri, 14 Jul 2017 19:32:05 +0200 Subject: [PATCH] Update main.css --- public/css/main.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/css/main.css b/public/css/main.css index b5316b1d..b32bddff 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -332,7 +332,7 @@ th { border-bottom-width: 2px; } .tr-cat { width: 90px; text-align: center; } .tr-flag { white-space: initial!important; } .tr-name { width: auto; text-align: left; white-space: normal; word-break: break-word; font-weight: bold; } -.tr-links { width: 66px; } +.tr-links { width: 66px; overflow:initial;' } .tr-cs { width: 5px; overflow: initial; text-overflow: initial; } .tr-cs .comment-icon { margin-bottom: 4px; } .tr-size { width: 90px; } @@ -453,8 +453,9 @@ html, body { width: 100%; height: auto; } - .tr-cat { width: 77px; } - .form-input.refine { display: none;} + .tr-cat { width: 73px; } + .form-input.refine { display: none; } + .tr-links { width: 50px; } } @media (maw-width: 520px) {