feat [front]: logo in admin header

This commit is contained in:
Alice 2022-12-30 22:29:16 +01:00
parent 9ef154ba13
commit aa6d69d2c8

View file

@ -79,4 +79,12 @@ async function onLogoutClick() {
}
</script>
<style scoped lang="sass"></style>
<style scoped lang="sass">
.navbar .navbar-brand
&:hover
background: rgba(237, 237, 237, 0.5)
.navbar-item img
max-height: none
width: 3rem
</style>