Sidebar now hides on narrow screen

This commit is contained in:
2023-06-27 09:47:55 +02:00
parent dc8ed79230
commit 88cafa9f56

View File

@@ -24,7 +24,7 @@ onMounted( () => {
</script>
<template>
<aside class="relative flex-shrink-0 top-0 left-0 z-40 w-48 h-screen" >
<aside class="hidden md:flex relative flex-shrink-0 top-0 left-0 z-40 w-48 h-screen" >
<div class="flex flex-col h-full px-3 pt-2 pb-4 overflow-y-auto">
<a href="https://release11.com/">
<img :src="logoR11" class="w-72 h-16 p-2 pt-0"/>