mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00: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 {
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user