3
0

Remove logo from namespace list

This commit is contained in:
Jože Fortun 2024-10-28 12:58:29 +01:00
parent ddd24469fb
commit c15ca4f05e
2 changed files with 3 additions and 24 deletions

View File

@ -21,12 +21,7 @@
</b-btn>
</portal>
<div class="d-flex flex-column justify-content-center align-items-center mx-4 my-2">
<b-img
:src="logo"
class="logo px-2"
/>
<div class="d-flex flex-column justify-content-center align-items-center mx-4 mb-2">
<div class="search w-100 mx-auto my-4">
<c-input-search
v-model.trim="query"
@ -107,10 +102,6 @@ export default {
}, false)
},
logo () {
return this.$Settings.attachment('ui.mainLogo')
},
importNamespaceEndpoint () {
return this.$ComposeAPI.namespaceImportEndpoint({})
},
@ -149,19 +140,7 @@ export default {
</script>
<style lang="scss" scoped>
.logo {
max-height: 20vh;
max-width: 500px;
width: auto;
}
.search {
max-width: 600px;
}
@media only screen and (max-width: 576px) {
.logo {
max-width: 100%;
}
}
</style>

View File

@ -1,5 +1,5 @@
<template>
<div class="header-navigation d-flex flex-wrap align-items-center py-2 px-3 gap-1">
<div class="header-navigation d-flex flex-wrap align-items-center py-2 px-3 gap-2">
<div
class="sidebar-spacer"
:class="{
@ -21,7 +21,7 @@
data-test-id="app-selector"
variant="outline-extra-light"
:href="appSelectorURL"
class="text-dark border-0"
class="text-dark border-0 px-1"
>
{{ labels.appMenu }}
</b-button>