Skip to content

Commit 71408e7

Browse files
committed
style: adjusts height of the sister site logo and make a hover trigger the dropdown menu
1 parent 3921541 commit 71408e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nuxt/components/Header.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<v-app-bar app color="rgb(56, 56, 56)" dark>
3-
<v-menu v-if="sisterSites.length" v-model="showMenu" offset-y bottom>
3+
<v-menu v-if="sisterSites.length" v-model="showMenu" offset-y bottom open-on-hover>
44
<template v-slot:activator="{ on, attrs }">
55
<div class="d-flex justify-start align-center" style="height: 100%">
66
<nuxt-link to="/">
@@ -320,7 +320,7 @@ export default {
320320
height: 64px !important;
321321
}
322322
.sister-site-entry {
323-
width: 10em;
323+
max-height: 48px;
324324
}
325325
.sister-site-dropdown-btn {
326326
margin-left: -0.7em;

0 commit comments

Comments
 (0)