From efca5c5b092c0f56b0d3edaf6901a3ca3ccd9da4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= <baris@nodebb.org> Date: Tue, 13 Nov 2018 23:21:07 -0500 Subject: [PATCH] use faster transition in topic paginator --- less/topic.less | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/less/topic.less b/less/topic.less index c50bf13..e84f86b 100644 --- a/less/topic.less +++ b/less/topic.less @@ -307,7 +307,7 @@ .content { margin-left: 0; margin-top: -10px; - + .table { overflow-x: auto; display: block; @@ -336,7 +336,7 @@ margin-left: 1px; } } - + .quick-reply { .icon { position: relative; @@ -362,21 +362,21 @@ .user-icon-style(46px, 2.4rem, 50%); } } - + .quickreply-message { margin-left: 61px; margin-bottom: 5px; - + @media (max-width: @screen-sm-max) { margin-left: 0; - + [component="topic/quickreply/text"] { font-size: 16px; padding: 10px; } } } - + [component="topic/quickreply/button"] { margin-bottom: 10px; } @@ -503,6 +503,7 @@ display:block; z-index: -1; position: absolute; + transition: width 50ms ease-in; } } }