This commit is contained in:
2025-12-09 19:06:53 +01:00
parent 17777bae38
commit 11aeb1b327
2 changed files with 7 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
import {FastifyReply, FastifyRequest} from 'fastify';
import * as galleryService from './gallery.service';
import {AddFavoriteBody, RemoveFavoriteParams} from '../types'
export async function search(req: any, reply: FastifyReply) {
try {

View File

@@ -20,10 +20,15 @@ html.electron {
}
html.electron .navbar,
html.electron .top-bar {
html.electron .top-bar,
html.electron .panel-header {
top: var(--titlebar-height) !important;
}
html.electron .panel-content {
margin-top: 2rem;
}
html.electron .calendar-wrapper{
margin-top: 4rem;
}