fixes
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
import {FastifyReply, FastifyRequest} from 'fastify';
|
import {FastifyReply, FastifyRequest} from 'fastify';
|
||||||
import * as galleryService from './gallery.service';
|
import * as galleryService from './gallery.service';
|
||||||
import {AddFavoriteBody, RemoveFavoriteParams} from '../types'
|
|
||||||
|
|
||||||
export async function search(req: any, reply: FastifyReply) {
|
export async function search(req: any, reply: FastifyReply) {
|
||||||
try {
|
try {
|
||||||
|
|||||||
@@ -20,11 +20,16 @@ html.electron {
|
|||||||
}
|
}
|
||||||
|
|
||||||
html.electron .navbar,
|
html.electron .navbar,
|
||||||
html.electron .top-bar {
|
html.electron .top-bar,
|
||||||
|
html.electron .panel-header {
|
||||||
top: var(--titlebar-height) !important;
|
top: var(--titlebar-height) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.electron .calendar-wrapper {
|
html.electron .panel-content {
|
||||||
|
margin-top: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
html.electron .calendar-wrapper{
|
||||||
margin-top: 4rem;
|
margin-top: 4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user