Use an observer to create new object element when data attribute is changed

This commit is contained in:
2025-06-16 22:41:29 -07:00
parent 0cf32e65f7
commit e3d642c994
2 changed files with 31 additions and 58 deletions

View File

@@ -375,6 +375,10 @@ img.logo {
border: 1px solid black;
}
.map-placeholder {
position: absolute;
}
@media (width >= 1800px) {
#record-sheet {
flex-direction: row;