UI: Fix mdi fix

This commit is contained in:
Marcel Klehr 2020-08-13 16:21:35 +02:00
parent f77e616abe
commit 1fa76f3bd4
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<template>
<AppNavigation>
<AppNavigation class="navigation">
<template #list>
<AppNavigationNew
v-if="!isPublic"
@ -136,7 +136,7 @@ export default {
}
</script>
<style>
.material-design-icon {
.navigation .material-design-icon {
position: relative;
top: 2px;
}