mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-25 13:59:14 +02:00
fix:#92 added responsive design for more subpages
This commit is contained in:
@@ -46,15 +46,15 @@ const items = computed(() => [
|
||||
<Button
|
||||
severity="secondary"
|
||||
text
|
||||
class="p-0 mx-2 my-1"
|
||||
class="p-0 mx-2"
|
||||
@click="navigate"
|
||||
>
|
||||
<img
|
||||
width="35"
|
||||
height="40"
|
||||
width="50"
|
||||
height="50"
|
||||
class="w-full"
|
||||
src="../../public/htwk.svg"
|
||||
alt="Logo"
|
||||
class="mx-3"
|
||||
/>
|
||||
</Button>
|
||||
</router-link>
|
||||
@@ -64,9 +64,9 @@ const items = computed(() => [
|
||||
<Button
|
||||
:label="String(item.label)"
|
||||
:icon="item.icon"
|
||||
severity="secondary"
|
||||
text
|
||||
@click="navigate"
|
||||
severity="secondary"
|
||||
/>
|
||||
</router-link>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user