0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-10 15:42:39 +00:00

remove console logs and add forced space to brew count

This commit is contained in:
Víctor Losada Hernández
2024-05-23 13:18:07 +02:00
parent 133295c225
commit 72cb8e7db9
2 changed files with 22 additions and 5 deletions

View File

@@ -144,6 +144,24 @@ body {
padding: 8px 10px;
z-index: 1000;
font-family: 'Open Sans';
.searchAnim {
position: relative;
display: inline-block;
width: 3ch;
height: 1em;
}
.searchAnim::after {
content: "";
width: max-content;
height: 1em;
position: absolute;
right: 0;
top: 50%;
translate: -50% -50%;
animation: trailingDots 2s ease infinite;
}
}
.brewItem {