use faster transition in topic paginator

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

@ -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;
}
}
}

Loading…
Cancel
Save