drive todo

This commit is contained in:
ThatOneCalculator 2023-07-01 21:03:11 -07:00
parent 097c93df3a
commit 6e17c0d7ef
No known key found for this signature in database
GPG Key ID: 8703CACD01000000
1 changed files with 8 additions and 0 deletions

View File

@ -87,6 +87,7 @@
<div class="label">{{ i18n.ts.emojis }}</div>
</div>
</div>
<!-- TODO: Drive -->
</Transition>
</div>
</template>
@ -191,6 +192,13 @@ onMounted(async () => {
}
}
&.drive {
> .icon {
background: #b4637a22;
color: #eb6f92;
}
}
> .body {
padding: 2px 0;