mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-28 22:12:39 +00:00
small changes, tips and style
This commit is contained in:
@@ -187,7 +187,7 @@ const ArchivePage = createClass({
|
||||
placeholder="v3 Reference Document"
|
||||
/>
|
||||
</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>
|
||||
Results per page
|
||||
<input
|
||||
@@ -244,6 +244,7 @@ const ArchivePage = createClass({
|
||||
/>
|
||||
</button>
|
||||
</div>
|
||||
<small>Remember, you can only search brews with this tool if they are published</small>
|
||||
</div>
|
||||
);
|
||||
},
|
||||
|
||||
@@ -4,6 +4,20 @@ body {
|
||||
.content {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
small {
|
||||
font-size:10pt;
|
||||
color:#555;
|
||||
a {
|
||||
color:#333;
|
||||
}
|
||||
}
|
||||
|
||||
code {
|
||||
background:lightgrey;
|
||||
border-radius:5px;
|
||||
padding-inline:5px
|
||||
}
|
||||
}
|
||||
|
||||
.archivePage {
|
||||
@@ -250,6 +264,7 @@ body {
|
||||
33%, 65% {
|
||||
content:'..';
|
||||
}
|
||||
|
||||
66%,100% {
|
||||
content:'...';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user