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

This commit is contained in:
2024-05-01 23:37:44 -07:00
parent cb76c9c68a
commit 6b32bde0bc
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;