Many Changes
This commit is contained in:
@@ -303,7 +303,11 @@ const links = [[{
|
||||
label: "Inventar",
|
||||
to: "/inventoryitems",
|
||||
icon: "i-heroicons-puzzle-piece"
|
||||
},]
|
||||
},],[{
|
||||
label: "Einstellungen",
|
||||
to:"/settings",
|
||||
icon: "i-heroicons-cog-8-tooth"
|
||||
}]
|
||||
]
|
||||
|
||||
</script>
|
||||
@@ -441,6 +445,13 @@ const links = [[{
|
||||
/>
|
||||
</template>
|
||||
</UVerticalNavigation>
|
||||
<!-- <UButton
|
||||
:icon="!isLight ? 'i-heroicons-moon-20-solid' : 'i-heroicons-sun-20-solid'"
|
||||
color="white"
|
||||
variant="outline"
|
||||
aria-label="Theme"
|
||||
@click="isLight = !isLight"
|
||||
/>-->
|
||||
</div>
|
||||
|
||||
<div class="m-3" id="contentContainer">
|
||||
@@ -476,13 +487,13 @@ const links = [[{
|
||||
#contentContainer {
|
||||
width: 77vw;
|
||||
height: 95vh;
|
||||
}
|
||||
/* -ms-overflow-style: none; !* IE and Edge *!
|
||||
scrollbar-width: none; !* Firefox *!
|
||||
overflow-y: scroll;
|
||||
-ms-overflow-style: none; /* IE and Edge */
|
||||
scrollbar-width: none; /* Firefox */
|
||||
}
|
||||
|
||||
#contentContainer::-webkit-scrollbar {
|
||||
display: none;
|
||||
}*/
|
||||
}
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user