This commit is contained in:
parent
80a3924f22
commit
fee62d1918
|
@ -1,6 +1,6 @@
|
||||||
.overlay {
|
.overlay {
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
|
|
|
@ -77,6 +77,10 @@
|
||||||
</form>
|
</form>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
|
|
||||||
|
<h4 style="margin-bottom: 0;">Tips</h4>
|
||||||
|
<p>You can emphasise tags by putting the in this format: <code>(beautiful:1.1)</code>, this will give the beautiful keyword a value of 110%, you can also do this for negatives</p>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
|
Reference in New Issue