We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3921541 commit 71408e7Copy full SHA for 71408e7
nuxt/components/Header.vue
@@ -1,6 +1,6 @@
1
<template>
2
<v-app-bar app color="rgb(56, 56, 56)" dark>
3
- <v-menu v-if="sisterSites.length" v-model="showMenu" offset-y bottom>
+ <v-menu v-if="sisterSites.length" v-model="showMenu" offset-y bottom open-on-hover>
4
<template v-slot:activator="{ on, attrs }">
5
<div class="d-flex justify-start align-center" style="height: 100%">
6
<nuxt-link to="/">
@@ -320,7 +320,7 @@ export default {
320
height: 64px !important;
321
}
322
.sister-site-entry {
323
- width: 10em;
+ max-height: 48px;
324
325
.sister-site-dropdown-btn {
326
margin-left: -0.7em;
0 commit comments