correct reply-to-tab offsets, based on .row?

This commit is contained in:
Jeff Atwood 2014-06-05 01:00:22 -07:00
parent 80a862c358
commit 8185fe0097

View File

@ -51,7 +51,7 @@ h1 .topic-statuses .topic-status i {
.reply-to-tab {
position: absolute;
right: 350px;
right: 430px;
z-index: 400;
padding: 13px 6px 5px;
border-top: 1px solid scale-color-diff();
@ -61,7 +61,7 @@ h1 .topic-statuses .topic-status i {
right: 320px;
}
@include small-width {
right: 230px;
right: 280px;
}
}