mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-03 14:52:38 +00:00
small changes, tips and style
This commit is contained in:
@@ -187,7 +187,7 @@ const ArchivePage = createClass({
|
|||||||
placeholder="v3 Reference Document"
|
placeholder="v3 Reference Document"
|
||||||
/>
|
/>
|
||||||
</label>
|
</label>
|
||||||
|
<small>Tip! you can use <a href="https://regexlearn.com/learn">RegEx</a> if you format your query as <code>/title/</code></small>
|
||||||
<label>
|
<label>
|
||||||
Results per page
|
Results per page
|
||||||
<input
|
<input
|
||||||
@@ -244,6 +244,7 @@ const ArchivePage = createClass({
|
|||||||
/>
|
/>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<small>Remember, you can only search brews with this tool if they are published</small>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -4,6 +4,20 @@ body {
|
|||||||
.content {
|
.content {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
small {
|
||||||
|
font-size:10pt;
|
||||||
|
color:#555;
|
||||||
|
a {
|
||||||
|
color:#333;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
code {
|
||||||
|
background:lightgrey;
|
||||||
|
border-radius:5px;
|
||||||
|
padding-inline:5px
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.archivePage {
|
.archivePage {
|
||||||
@@ -250,6 +264,7 @@ body {
|
|||||||
33%, 65% {
|
33%, 65% {
|
||||||
content:'..';
|
content:'..';
|
||||||
}
|
}
|
||||||
|
|
||||||
66%,100% {
|
66%,100% {
|
||||||
content:'...';
|
content:'...';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user