Bugs from UX Overhaul (#3117)
Co-authored-by: Robbie Davis <robbie@therobbiedavis.com>
This commit is contained in:
parent
3b915a8289
commit
d4bcd354dd
48 changed files with 479 additions and 637 deletions
|
|
@ -14,7 +14,7 @@
|
|||
}
|
||||
.card-container{
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, 158px);
|
||||
grid-template-columns: repeat(auto-fill, 160px);
|
||||
grid-gap: 0.5rem;
|
||||
justify-content: space-around;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -437,7 +437,7 @@ export class VolumeDetailComponent implements OnInit {
|
|||
|
||||
updateUrl(activeTab: TabID) {
|
||||
const newUrl = `${this.router.url.split('#')[0]}#${activeTab}`;
|
||||
this.router.navigateByUrl(newUrl, { onSameUrlNavigation: 'ignore' });
|
||||
//this.router.navigateByUrl(newUrl, { onSameUrlNavigation: 'ignore' });
|
||||
}
|
||||
|
||||
openPerson(field: FilterField, value: number) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue