Add structure info link and configuration

Signed-off-by: Justin Georgi <justin.georgi@gmail.com>
This commit is contained in:
2024-04-20 11:46:52 -07:00
parent b180c8bb08
commit 7ce02a0468
6 changed files with 39 additions and 8 deletions

View File

@@ -127,6 +127,15 @@
align-self: center;
}
.structure-info {
position: absolute;
transform: translate(-50%,-50%);
z-index: 3;
color: rgb(15, 32, 108);
background: yellow;
border-radius: 100%;
}
/*Additional styles for small format landscape orientation*/
@media (max-height: 450px) and (orientation: landscape) {
.detect-grid {