0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 18:22:40 +00:00

Merge branch 'master' of https://github.com/naturalcrit/homebrewery into fix-save-button-glitch

This commit is contained in:
Víctor Losada Hernández
2025-10-16 10:02:50 +02:00
4 changed files with 11 additions and 1 deletions

View File

@@ -37,7 +37,10 @@
&:has(.brewTitle) { &:has(.brewTitle) {
flex-grow : 1; flex-grow : 1;
min-width : 300px; min-width : 300px;
}
>.brewTitle {
cursor:auto;
} }
} }
// "NaturalCrit" logo // "NaturalCrit" logo

View File

@@ -481,6 +481,7 @@ const api = {
await HomebrewModel.deleteOne({ editId: id }); await HomebrewModel.deleteOne({ editId: id });
return next(); return next();
} }
throw(err);
} }
let brew = req.brew; let brew = req.brew;

View File

@@ -38,6 +38,11 @@
animation-duration : 0.4s; animation-duration : 0.4s;
} }
.CodeMirror-search-field {
width:25em !important;
outline:1px inset #00000055 !important;
}
//.cm-tab { //.cm-tab {
// background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAQAAACOs/baAAAARUlEQVR4nGJgIAG8JkXxUAcCtDWemcGR1lY4MvgzCEKY7jSBjgxBDAG09UEQzAe0AMwMHrSOAwEGRtpaMIwAAAAA//8DAG4ID9EKs6YqAAAAAElFTkSuQmCC) no-repeat right; // background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAMCAQAAACOs/baAAAARUlEQVR4nGJgIAG8JkXxUAcCtDWemcGR1lY4MvgzCEKY7jSBjgxBDAG09UEQzAe0AMwMHrSOAwEGRtpaMIwAAAAA//8DAG4ID9EKs6YqAAAAAElFTkSuQmCC) no-repeat right;
//} //}

View File

@@ -418,6 +418,7 @@
color : var(--HB_Color_Footnotes); color : var(--HB_Color_Footnotes);
} }
.footnote { .footnote {
text-transform: uppercase;
position : absolute; position : absolute;
right : 80px; right : 80px;
bottom : 32px; bottom : 32px;