Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
cb0cd30243
commit
47fe31e08e
2 changed files with 6 additions and 2 deletions
|
@ -146,9 +146,13 @@
|
|||
}
|
||||
|
||||
&:hover {
|
||||
background-color: var(--table-hover) !important;
|
||||
background-color: var(--table-hover);
|
||||
transform: none;
|
||||
}
|
||||
|
||||
.theme-toggle:hover & {
|
||||
background-color: var(--table-hover);
|
||||
}
|
||||
}
|
||||
|
||||
// Back-link button mixin (shared component)
|
||||
|
|
|
@ -4,7 +4,7 @@ import { Location } from '../types';
|
|||
interface MapOptions {
|
||||
width: number;
|
||||
height: number;
|
||||
// Removed unused padding property
|
||||
padding?: number; // Reintroduced padding property
|
||||
}
|
||||
|
||||
export class MapImageService {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue