1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-30 09:45:15 +01:00

chore: clean up home page

This commit is contained in:
Amir Raminfar
2024-10-08 11:49:02 -07:00
parent 2d62257a33
commit 277beb940b
2 changed files with 1 additions and 9 deletions

View File

@@ -16,14 +16,6 @@ onMounted(() => {
},
);
});
onMounted(() => {
document.documentElement.classList.add("home");
});
onUnmounted(() => {
document.documentElement.classList.remove("home");
});
</script>
<template>

View File

@@ -162,6 +162,6 @@
max-width: 1200px;
}
.home .VPNav .container {
.VPNavBar.home .container {
max-width: 100%;
}