0
0
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:
Víctor Losada Hernández
2024-05-14 11:10:48 +02:00
parent 124af97cc8
commit 97ef56f905
2 changed files with 17 additions and 1 deletions

View File

@@ -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>
);
},

View File

@@ -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:'...';
}