Add expanding gallery images by clicking on them (#371)

* Random css variable cleanup

* Add an option for developers to temporarily switch between staging and production API

* Added a feature to expand gallery images to view them larger.
This commit is contained in:
Prospector
2022-03-03 20:18:42 -08:00
committed by GitHub
parent 36a8f044ae
commit 6ca40afac0
4 changed files with 238 additions and 18 deletions

View File

@@ -639,7 +639,7 @@ label {
color: var(--color-text);
span::before {
background-color: var(--color-brand-disabled);
background-color: var(--tab-underline-hovered);
}
}