fixes
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user