grid enhancement

This commit is contained in:
Čarodej
2021-10-28 15:23:52 +02:00
parent b53d9fb93a
commit ceb1e5c9dd
6 changed files with 59 additions and 12 deletions

View File

@@ -6,7 +6,7 @@
<chevron-left-icon size="17" class="icon-back" :class="{'is-visible': isLoadedFolder }" />
<!--Folder Title-->
<div class="directory-name">
<div class="directory-name lg:text-base text-sm">
{{ $getCurrentLocationName() }}
</div>
</div>
@@ -88,7 +88,6 @@
line-height: 1;
width: 100%;
vertical-align: middle;
@include font-size(16);
color: $text;
font-weight: 700;
max-width: 220px;