use faster transition in topic paginator

main
Barış Soner Uşaklı 7 years ago
parent 3f79519403
commit efca5c5b09

@ -307,7 +307,7 @@
.content { .content {
margin-left: 0; margin-left: 0;
margin-top: -10px; margin-top: -10px;
.table { .table {
overflow-x: auto; overflow-x: auto;
display: block; display: block;
@ -336,7 +336,7 @@
margin-left: 1px; margin-left: 1px;
} }
} }
.quick-reply { .quick-reply {
.icon { .icon {
position: relative; position: relative;
@ -362,21 +362,21 @@
.user-icon-style(46px, 2.4rem, 50%); .user-icon-style(46px, 2.4rem, 50%);
} }
} }
.quickreply-message { .quickreply-message {
margin-left: 61px; margin-left: 61px;
margin-bottom: 5px; margin-bottom: 5px;
@media (max-width: @screen-sm-max) { @media (max-width: @screen-sm-max) {
margin-left: 0; margin-left: 0;
[component="topic/quickreply/text"] { [component="topic/quickreply/text"] {
font-size: 16px; font-size: 16px;
padding: 10px; padding: 10px;
} }
} }
} }
[component="topic/quickreply/button"] { [component="topic/quickreply/button"] {
margin-bottom: 10px; margin-bottom: 10px;
} }
@ -503,6 +503,7 @@
display:block; display:block;
z-index: -1; z-index: -1;
position: absolute; position: absolute;
transition: width 50ms ease-in;
} }
} }
} }

Loading…
Cancel
Save