This commit is contained in:
Liyas Thomas
2020-10-16 07:10:07 +05:30
parent edf58ee897
commit 02471e6d60
9 changed files with 16 additions and 35 deletions

View File

@@ -131,7 +131,7 @@
</a>
</li>
<li>
<a href="#documentation" v-tooltip.right="'Documentation'">
<a href="#documentation" v-tooltip.right="$t('documentation')">
<i class="material-icons">insert_drive_file</i>
</a>
</li>
@@ -221,6 +221,7 @@ nav.primary-nav {
@apply bg-acColor;
@apply text-actColor;
@apply fill-current;
border-radius: 16px;
svg {
@@ -300,6 +301,7 @@ nav.secondary-nav {
@apply justify-between;
@apply bg-bgDarkColor;
@apply space-y-0;
padding-bottom: env(safe-area-inset-bottom);
a {