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 7b934f2 commit bee161eCopy full SHA for bee161e
src/components/layout/Header.vue
@@ -250,6 +250,7 @@
250
<div v-if="motdData && motdData.motd_html.length && !hideAnnnouncement" id="motd-spacer-wrap">
251
<div id="motd-spacer" v-html="motdData?.motd_html"></div>
252
</div>
253
+ <div v-if="!motdData || !motdData.motd_html.length || hideAnnnouncement" id="header-spacer"></div>
254
</template>
255
256
<script>
@@ -1088,4 +1089,8 @@ header {
1088
1089
color: #666;
1090
}
1091
1092
+
1093
+@include break-mobile-sm {
1094
+ #header-spacer { margin-bottom: 1.5rem; }
1095
+}
1096
</style>
0 commit comments