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:
@@ -16,14 +16,6 @@ onMounted(() => {
|
||||
},
|
||||
);
|
||||
});
|
||||
|
||||
onMounted(() => {
|
||||
document.documentElement.classList.add("home");
|
||||
});
|
||||
|
||||
onUnmounted(() => {
|
||||
document.documentElement.classList.remove("home");
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
@@ -162,6 +162,6 @@
|
||||
max-width: 1200px;
|
||||
}
|
||||
|
||||
.home .VPNav .container {
|
||||
.VPNavBar.home .container {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user