Fix editor jump (#6635) [deploy]
This commit is contained in:
parent
6da511917b
commit
8a1d327469
2 changed files with 8 additions and 7 deletions
|
|
@ -173,8 +173,8 @@
|
|||
margin-bottom: 0px;
|
||||
margin-bottom: 1px;
|
||||
@media screen and (min-width: 600px) {
|
||||
height: 32px;
|
||||
margin-top: 2px;
|
||||
height: 43px;
|
||||
margin-bottom: 7px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -279,14 +279,15 @@
|
|||
|
||||
.articleform__tagsoptionrulesbutton {
|
||||
position: absolute;
|
||||
right: 8px;
|
||||
top: 9px;
|
||||
right: 7px;
|
||||
top: 7px;
|
||||
border: 0;
|
||||
border-radius: 3px;
|
||||
background: var(--theme-anchor-color, $sky-blue);
|
||||
color: var(--theme-container-background, white);
|
||||
font-size: 0.8em;
|
||||
width: 100px;
|
||||
font-size: 0.77em;
|
||||
width: 130px;
|
||||
padding: 6px 0px;
|
||||
}
|
||||
|
||||
.articleform__tagrules--inactive {
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
<input class="articleform__title articleform__titlepreview" type="text" value="<%= article.title %>" placeholder="Title" name="title" />
|
||||
<div class="articleform__detailfields">
|
||||
<div class="articleform__tagswrapper">
|
||||
<textarea type="text" class="articleform__tags" placeholder="4 tags max, comma separated, no spaces or special characters" name="tags"><%= article.cached_tag_list %></textarea>
|
||||
<input type="text" class="articleform__tags" placeholder="4 tags max, comma separated, no spaces or special characters" name="tags" value="<%= article.cached_tag_list %>" />
|
||||
</div>
|
||||
<button class="articleform__detailsButton articleform__detailsButton--image"></button>
|
||||
<button class="articleform__detailsButton articleform__detailsButton--moreconfig"></button>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue