0
0
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:
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" 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>
); );
}, },

View File

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