Skip to content

Commit

Permalink
fix background themeing
Browse files Browse the repository at this point in the history
  • Loading branch information
swantzter committed Jul 13, 2024
1 parent 163570e commit d392919
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/DeviceStreamLive.vue
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,4 @@ watch(heatInfo.data, heatInfo => {
grid-template-columns: repeat(v-bind(cols), minmax(0, 1fr));
grid-template-rows: repeat(v-bind(rows), minmax(0, 1fr));
}
</style>../hooks/heat-info
</style>
3 changes: 3 additions & 0 deletions src/views/OnFloorWallLive.vue
Original file line number Diff line number Diff line change
Expand Up @@ -113,5 +113,8 @@ main {
main.dark {
background: var(--bgUrl, black);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
</style>

0 comments on commit d392919

Please sign in to comment.