mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-25 13:33:51 -04:00
correct reply-to-tab offsets, based on .row?
This commit is contained in:
parent
80a862c358
commit
8185fe0097
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue