UX: If there is a reply by email icon, don't overlap with the reply tab
This commit is contained in:
parent
0c739bb5b6
commit
a16d483c3c
|
@ -4,7 +4,7 @@
|
||||||
{{view 'reply-history' content=replyHistory}}
|
{{view 'reply-history' content=replyHistory}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<article class='boxed' {{bind-attr id="postElementId" data-post-id="id" data-user-id="user_id"}}>
|
<article {{bind-attr class=":boxed via_email" id="postElementId" data-post-id="id" data-user-id="user_id"}}>
|
||||||
<div class='row'>
|
<div class='row'>
|
||||||
{{#if showUserReplyTab}}
|
{{#if showUserReplyTab}}
|
||||||
<a href {{action "toggleReplyHistory" this target="view"}} class='reply-to-tab'>
|
<a href {{action "toggleReplyHistory" this target="view"}} class='reply-to-tab'>
|
||||||
|
|
|
@ -33,12 +33,15 @@ h1 .topic-statuses .topic-status i {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 420px;
|
right: 420px;
|
||||||
z-index: 400;
|
z-index: 400;
|
||||||
padding: 13px 6px 5px;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: scale-color($primary, $lightness: 50%);
|
color: scale-color($primary, $lightness: 50%);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.via-email .reply-to-tab {
|
||||||
|
padding: 13px 15px 5px;
|
||||||
|
}
|
||||||
|
|
||||||
.gutter {
|
.gutter {
|
||||||
.reply-new {
|
.reply-new {
|
||||||
.discourse-no-touch & {
|
.discourse-no-touch & {
|
||||||
|
|
Loading…
Reference in New Issue