fix: Menu linear gradient is the wrong direction on left/right menus (#1553)
* fix: Menu linear gradient is the wrong direction on left/right menus Also changes the gallery scrolling logic to center the selected element vs top aligned. * Formatting fix
This commit is contained in:
@@ -485,7 +485,9 @@ export class FrigateCardGalleryCore extends LitElement {
|
||||
// ... and there is a thumbnail rendered that is selected.
|
||||
this._refSelected.value
|
||||
) {
|
||||
this._refSelected.value.scrollIntoView();
|
||||
this._refSelected.value.scrollIntoView({
|
||||
block: 'center',
|
||||
});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user