mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
correct reply-to-tab offsets, based on .row?
This commit is contained in:
parent
80a862c358
commit
8185fe0097
@ -51,7 +51,7 @@ h1 .topic-statuses .topic-status i {
|
|||||||
|
|
||||||
.reply-to-tab {
|
.reply-to-tab {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 350px;
|
right: 430px;
|
||||||
z-index: 400;
|
z-index: 400;
|
||||||
padding: 13px 6px 5px;
|
padding: 13px 6px 5px;
|
||||||
border-top: 1px solid scale-color-diff();
|
border-top: 1px solid scale-color-diff();
|
||||||
@ -61,7 +61,7 @@ h1 .topic-statuses .topic-status i {
|
|||||||
right: 320px;
|
right: 320px;
|
||||||
}
|
}
|
||||||
@include small-width {
|
@include small-width {
|
||||||
right: 230px;
|
right: 280px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user