Graciously handle multiple entries in wikidata for fetching images and showing articles, verious bug fixes

This commit is contained in:
Pieter Vander Vennet 2021-10-07 22:06:47 +02:00
parent 8d52ef1106
commit a996ba2a7c
14 changed files with 231 additions and 90 deletions

View file

@ -8,7 +8,7 @@
justify-content: flex-start;
align-items: start;
background-color: var(--background-color);
max-width: 100vw;
max-width: 100%;
overflow-x: auto;
}